Mbed FW update

Revision:
43:e1789b7214cf
Parent:
34:b60ee1e0af2b
Child:
45:f5f553b8c0d5
--- a/inc/admw1001/admw1001_config.h	Tue Dec 10 09:00:11 2019 +0000
+++ b/inc/admw1001/admw1001_config.h	Tue Jan 07 05:45:58 2020 +0000
@@ -463,7 +463,11 @@
      *   configurations, settling time is always skipped between consecutive
      *   measurements in a measurement cycle.
      */
-    uint8_t                     reserved0[3];
+    ADMW1001_ADC_EXC_STATE                excitationState;
+    /*!< Excitation current state */
+    ADMW1001_ADC_GND_SW                         groundSwitch;
+    /*!< Option to open or close sensor ground switch */         
+    uint8_t                     reserved0;
     /*!< Reserved for future use and ensure word alignment.
      */
     uint32_t                    cycleInterval;
@@ -495,8 +499,6 @@
  *        specific sensor types
  */
 typedef struct {
-    ADMW1001_ADC_EXC_STATE                excitationState;
-    /*!< Excitation current state */
     ADMW1001_ADC_EXC_CURRENT              outputLevel;
     /*!< Excitation current output level */
     ADMW1001_ADC_EXC_CURRENT_DIODE_RATIO  diodeRatio;
@@ -517,9 +519,6 @@
     /*!< Enable filter chop */
     bool                        notch1p2;
     /*!< Enable Notch 2 Filter Mode */
-    ADMW1001_ADC_GND_SW         groundSwitch;
-    /*!< Option to open or close sensor ground switch */
-
 }   ADMW1001_ADC_FILTER_CONFIG;
 
 /*! ADMW1001 ADC analog channel configuration details