Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -rfba89d67dd2bef913e85a13563e2aa49f0e2e2f5 -r2326a384932d92d970f9ec46c1dc1e8881b8bc8d --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision fba89d67dd2bef913e85a13563e2aa49f0e2e2f5) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 2326a384932d92d970f9ec46c1dc1e8881b8bc8d) @@ -193,6 +193,7 @@ roPumpState = RO_PUMP_OFF_STATE; roPumpControlMode = NUM_OF_PUMP_CONTROL_MODES; roPumpControlModeSet = roPumpControlMode; + isROPumpOn = FALSE; } /*********************************************************************//** @@ -227,6 +228,7 @@ // Get the initial guess of the duty cycle roPumpPWMDutyCyclePct = ROP_FLOW_TO_PWM_DC( roFlowRate ); roControlTimerCounter = 0; + isROPumpOn = TRUE; result = TRUE; } // Requested max pressure is out of range