Rohan Gurav
/
Sean_AdiSense1000_V21
ADISense1000 Version 2.1 code base
Fork of AdiSense1000_V21 by
Diff: inc/adi_sense_gpio.h
- Revision:
- 28:4eb837cd71df
- Parent:
- 26:12d0204be712
- Child:
- 30:119ff4f3aef6
diff -r 12d0204be712 -r 4eb837cd71df inc/adi_sense_gpio.h --- a/inc/adi_sense_gpio.h Mon Mar 26 14:50:05 2018 +0000 +++ b/inc/adi_sense_gpio.h Thu May 17 10:34:45 2018 +0100 @@ -1,10 +1,3 @@ -/*! - ****************************************************************************** - * @file: adi_sense_gpio.h - * @brief: ADISENSE OS-dependent wrapper layer for GPIO interface - *----------------------------------------------------------------------------- - */ - /* Copyright 2017 (c) Analog Devices, Inc. @@ -40,6 +33,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/*! + ****************************************************************************** + * @file: adi_sense_gpio.h + * @brief: ADISENSE OS-dependent wrapper layer for GPIO interface + *----------------------------------------------------------------------------- + */ + #ifndef __ADI_SENSE_GPIO_H__ #define __ADI_SENSE_GPIO_H__ @@ -75,7 +75,7 @@ typedef void* ADI_SENSE_GPIO_HANDLE; #ifdef __cplusplus -extern "C" +extern "C" { #endif @@ -174,4 +174,3 @@ */ #endif /* __ADI_SENSE_GPIO_H__ */ -