Mbed Fw supporting Device FW v82.25

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
 }