6 lines
142 B
C
6 lines
142 B
C
|
|
||
|
#ifndef ENSENTEC_LIB_H_INCLUDE
|
||
|
#define ENSENTEC_LIB_H_INCLUDE
|
||
|
unsigned short CRC16(unsigned char *puchMsg, unsigned short usDataLen);
|
||
|
#endif
|