10 lines
127 B
C
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
|
|
|
|
|