Index: Common.h =================================================================== diff -u -r69a0182c54b996ab7ed94e9b3071d49588a1710a -r9a022c4969d0e12d9c94d4d89232e1581584319e --- Common.h (.../Common.h) (revision 69a0182c54b996ab7ed94e9b3071d49588a1710a) +++ Common.h (.../Common.h) (revision 9a022c4969d0e12d9c94d4d89232e1581584319e) @@ -80,6 +80,7 @@ { PUMP_CONTROL_MODE_CLOSED_LOOP = 0, ///< Pump controlled based on set point and feedback PUMP_CONTROL_MODE_OPEN_LOOP, ///< Pump controlled to set PWM duty cycle + PUMP_CONTROL_MODE_NONE, ///< Pump control mode none NUM_OF_PUMP_CONTROL_MODES ///< Number of pump control modes } PUMP_CONTROL_MODE_T;