Index: Common.h =================================================================== diff -u -r8d609b85ad9f12daf537a483d2b03e72f0d7cd0f -r90de16828238da52f2b1837ed3a61420c9bdfd84 --- Common.h (.../Common.h) (revision 8d609b85ad9f12daf537a483d2b03e72f0d7cd0f) +++ Common.h (.../Common.h) (revision 90de16828238da52f2b1837ed3a61420c9bdfd84) @@ -405,6 +405,8 @@ typedef struct { BOOL start; ///< DG start stop cmd. + U32 acidType; ///< Acid type. + U32 bicarbType; ///< Bicarb type. } DG_START_STOP_TX_CMD_REQUEST_T; /// DG start stop trimmer heater command structure @@ -461,14 +463,6 @@ } DG_SERVICE_RECORD_T; #pragma pack(pop) -/// DG start/stop command data structure -typedef struct -{ - BOOL startDG; ///< Start or stop DG boolean flag. - U32 acidType; ///< Acid type. - U32 bicarbType; ///< Bicarb type. -} DG_START_STOP_CMD_T; - // **** VectorCAST Definitions **** #ifdef _VECTORCAST_