#ifndef APP_CRC_H__ #define APP_CRC_H__ #include #include uint16_t make_crc(uint8_t *pData, int nLength); #endif /* APP_CRC_H__ */