Today's the day. Renamed platform to framework.
This commit is contained in:
16
globalfunctions/crc_ccitt.h
Normal file
16
globalfunctions/crc_ccitt.h
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* crc.h
|
||||
*
|
||||
* Created on: 03.04.2012
|
||||
* Author: bucher
|
||||
*/
|
||||
|
||||
#ifndef CRC_CCITT_H_
|
||||
#define CRC_CCITT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint16_t Calculate_CRC(uint8_t const input[], uint32_t length);
|
||||
|
||||
|
||||
#endif /* CRC_H_ */
|
Reference in New Issue
Block a user