changer/PROJECT/libs/crc16.h
Dmitriy 5fe1e5d358 первый коммит
первый коммит
2021-02-08 21:10:39 +03:00

10 lines
162 B
C

#ifndef __CRC16_H__
#define __CRC16_H__
extern unsigned short crc16(unsigned char *buf, unsigned char len);
#define CRC16 crc16
#endif // #ifndef __CRC16_H__