CHG: had to move the SwapBits method.

This commit is contained in:
iceman1001 2016-02-12 16:19:18 +01:00
commit 6bb7609cad
4 changed files with 13 additions and 13 deletions

View file

@ -42,7 +42,6 @@ uint32_t CRC8Maxim(uint8_t *buff, size_t size);
// Calculate CRC-8/Legic checksum
uint32_t CRC8Legic(uint8_t *buff, size_t size);
uint32_t SwapBits(uint32_t value, int nrbits);
/* Static initialization of a crc structure */
#define CRC_INITIALIZER(_order, _polynom, _initial_value, _final_xor) { \