#ifndef APP_CRC_H__ #define APP_CRC_H__ #include <stdint.h> #include <string.h> uint16_t make_crc(uint8_t *pData, int nLength); #endif /* APP_CRC_H__ */