Sean Wilson
/
AdiSense1000_V21
AdiSense1000_V21 MBED API
Fork of AdiSense1000 by
Diff: src/crc16.h
- Revision:
- 28:4eb837cd71df
- Parent:
- 7:4dbae381f693
--- a/src/crc16.h Mon Mar 26 14:50:05 2018 +0000 +++ b/src/crc16.h Thu May 17 10:34:45 2018 +0100 @@ -28,7 +28,6 @@ #ifndef _CRC16_H_ #define _CRC16_H_ -unsigned short crc16_ccitt(const void *buf, int len); +unsigned short adi_sense_crc16_ccitt(const void *buf, int len); #endif /* _CRC16_H_ */ -