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
- Revision:
- 5:0728bde67bdb
- Parent:
- 0:85855ecd3257
--- a/src/crc16.h	Tue Jun 04 10:09:11 2019 +0000
+++ b/src/crc16.h	Wed Jun 05 05:39:15 2019 +0000
@@ -32,7 +32,7 @@
 extern "C" {
 #endif
 	
-unsigned short adi_sense_crc16_ccitt(const void *buf, int len);
+unsigned short admw_crc16_ccitt(const void *buf, int len);
 
 #ifdef __cplusplus
 }