AdiSense1000_V21 MBED API

Fork of AdiSense1000 by PoC_Team

Revision:
28:4eb837cd71df
Parent:
26:12d0204be712
Child:
30:119ff4f3aef6
--- a/inc/adi_sense_1000/adi_sense_1000_lut_data.h	Mon Mar 26 14:50:05 2018 +0000
+++ b/inc/adi_sense_1000/adi_sense_1000_lut_data.h	Thu May 17 10:34:45 2018 +0100
@@ -1,10 +1,3 @@
-/*!
- ******************************************************************************
- * @file:   adi_sense_1000_lut_data.h
- * @brief:  Look-Up Table data-type definitions for ADSNS1000 API.
- *-----------------------------------------------------------------------------
- */
-
 /*
 Copyright 2017 (c) Analog Devices, Inc.
 
@@ -40,6 +33,13 @@
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
+/*!
+ ******************************************************************************
+ * @file:
+ * @brief:  Look-Up Table data-type definitions for ADSNS1000 API.
+ *-----------------------------------------------------------------------------
+ */
+
 #ifndef __ADI_SENSE_1000_LUT_DATA_H__
 #define __ADI_SENSE_1000_LUT_DATA_H__
 
@@ -348,7 +348,7 @@
  *
  * @note This is intended to be used for encapsulating the storage of static
  *       LUT data declarations in C files.  The rawTableData can be cast
- *       to the ADI_SENSE_LUT type for further parsing/processing. 
+ *       to the ADI_SENSE_LUT type for further parsing/processing.
  */
 typedef struct __attribute__((packed, aligned(4))) {
 	ADI_SENSE_1000_LUT_HEADER header;
@@ -366,4 +366,3 @@
  */
 
 #endif /* __ADI_SENSE_1000_LUT_DATA_H__ */
-