Files
chrg/apps/chrg/applications/mb/mbcrc.h
T
2025-09-13 23:08:11 +08:00

10 lines
127 B
C

#ifndef __MB_CRC_H__
#define __MB_CRC_H__
extern rt_uint16_t usMBCRC16 (rt_uint8_t * pucFrame, rt_uint16_t usLen);
#endif