#ifndef _CRC16_H #define _CRC16_H #include "stdint.h" uint16_t Get_Crc16(uint8_t *puchMsg, uint16_t usDataLen); #endif