#ifndef __MB_CRC_H__ #define __MB_CRC_H_ #include uint16_t mb_crc(const uint8_t * pucFrame, int usLen ); #endif