FIX: Fixed some warnings I didn't take notice off.
- memcpy should have been "memset" - forgot to add function declaration into header file.
This commit is contained in:
@@ -70,7 +70,7 @@ uint32_t CRC8ja(uint8_t *buff, size_t size);
|
||||
|
||||
// test crc 16.
|
||||
uint32_t CRC16_DNP(uint8_t *buff, size_t size);
|
||||
|
||||
uint32_t CRC16_CCITT(uint8_t *buff, size_t size);
|
||||
|
||||
/* Static initialization of a crc structure */
|
||||
#define CRC_INITIALIZER(_order, _polynom, _initial_value, _final_xor) { \
|
||||
|
||||
Reference in New Issue
Block a user