#ifndef __CRC16_H__ #define __CRC16_H__ #include "../swapi/include_swapiLib.h" #ifdef __cplusplus extern "C" { #endif // implementation of CRC16 function uint16_t CRC16(uint8_t *pucFrame, uint16_t usLen); #ifdef __cplusplus } #endif #endif // __CRC16_H__