Index: Common.h =================================================================== diff -u -r5cda4fc0de4dcd9404357f2c6869d387a57a1a7c -r6a3b38364d7089fb1485ceaf8f657659f2a0e352 --- Common.h (.../Common.h) (revision 5cda4fc0de4dcd9404357f2c6869d387a57a1a7c) +++ Common.h (.../Common.h) (revision 6a3b38364d7089fb1485ceaf8f657659f2a0e352) @@ -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;