#ifndef _MY_CRC_H_ #define _MY_CRC_H_ #include <stdint.h> uint16_t crc16_cyc_cal(uint16_t init_val, uint8_t *pdata, uint32_t len); #endif