ADISense1000 Version 2.1 code base

Fork of AdiSense1000_V21 by Sean Wilson

Branch:
v2.0
Revision:
30:119ff4f3aef6
Parent:
27:567abf893938
--- a/inc/adi_sense_gpio.h	Tue May 22 13:45:24 2018 +0100
+++ b/inc/adi_sense_gpio.h	Tue Jun 12 21:27:34 2018 +0100
@@ -115,7 +115,7 @@
 ADI_SENSE_RESULT adi_sense_GpioGet(
     ADI_SENSE_GPIO_HANDLE            hDevice,
     ADI_SENSE_GPIO_PIN               ePinId,
-    bool_t                         * pbState);
+    bool                           * pbState);
 
 /*!
  * @brief Set the state of the specified GPIO pin
@@ -131,7 +131,7 @@
 ADI_SENSE_RESULT adi_sense_GpioSet(
     ADI_SENSE_GPIO_HANDLE            hDevice,
     ADI_SENSE_GPIO_PIN               ePinId,
-    bool_t                           bState);
+    bool                             bState);
 
 /*!
  * @brief Enable interrupt notifications on the specified GPIO pin