Index: DDDefs.h =================================================================== diff -u -rc138b6c9d4f5239d252b6343ed791a97e02c6f44 -r4752dd664d230381eda5d5dfcbfc8bba76e0c8e9 --- DDDefs.h (.../DDDefs.h) (revision c138b6c9d4f5239d252b6343ed791a97e02c6f44) +++ DDDefs.h (.../DDDefs.h) (revision 4752dd664d230381eda5d5dfcbfc8bba76e0c8e9) @@ -438,6 +438,7 @@ BAL_CHAMBER_STATE2_BICARB_ACID_DOSING_CNTRL, ///< Balancing Chamber state 2 Bicarb and acid dosing control state BAL_CHAMBER_STATE2_VALVES_CLOSE, ///< Balancing Chamber state 2 valves close state BAL_CHAMBER_STATE2_FILL_END, ///< Balancing Chamber state 2 fill end state + BAL_CHAMBER_STATE_IDLE, ///< Balancing Chamber state Idle NUM_OF_BAL_CHAMBER_EXEC_STATES ///< Number of balancing chamber states }; typedef enum Balancing_Chamber_Exec_States BAL_CHAMBER_EXEC_STATE_T; ///< Type for balancing chamber exec state enumeration