ADISense1000 Version 2.1 code base

Fork of AdiSense1000_V21 by Sean Wilson

Branch:
v2.0
Revision:
30:119ff4f3aef6
Parent:
27:567abf893938
Child:
31:de49744b57a6
--- a/common/utils.h	Tue May 22 13:45:24 2018 +0100
+++ b/common/utils.h	Tue Jun 12 21:27:34 2018 +0100
@@ -21,9 +21,9 @@
 /* Utility function to register callbacks for ADI Sense device notification signals  */
 ADI_SENSE_RESULT utils_registerCallbacks(
     ADI_SENSE_DEVICE_HANDLE hDevice,
-    volatile bool_t *pbDataReady,
-    volatile bool_t *pbError,
-    volatile bool_t *pbAlert);
+    volatile bool *pbDataReady,
+    volatile bool *pbError,
+    volatile bool *pbAlert);
 
 /* Utility function to de-register callbacks for ADI Sense device notification signals */
 ADI_SENSE_RESULT utils_deregisterCallbacks(