Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: src/crc16.h
- Branch:
- v2.0
- Revision:
- 29:57edca10d78c
- Parent:
- 27:567abf893938
diff -r 567abf893938 -r 57edca10d78c src/crc16.h --- a/src/crc16.h Mon Mar 26 20:28:05 2018 +0100 +++ b/src/crc16.h Tue May 22 13:45:24 2018 +0100 @@ -28,6 +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_ */