Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r85b43b31e65b2820237d864bd5e67feca03b98ee -r9907b4602e00e40a84ff55344d61cee50feebc36 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 85b43b31e65b2820237d864bd5e67feca03b98ee) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 9907b4602e00e40a84ff55344d61cee50feebc36) @@ -434,14 +434,11 @@ *************************************************************************/ void signalDialOutPumpHardStop( void ) { - dialOutPumpControlMode = PUMP_CONTROL_MODE_OPEN_LOOP; - dialOutPumpDirection = MOTOR_DIR_FORWARD; - dialOutPumpPWMDutyCyclePct = DOP_PWM_ZERO_OFFSET; - dialOutPumpState = DIAL_OUT_PUMP_OFF_STATE; - dopControlSignal = FALSE; lastGivenRate = 0; - resetDialOutFlowMovingAverage(); stopDialOutPump(); + dialOutPumpState = DIAL_OUT_PUMP_OFF_STATE; + dialOutPumpPWMDutyCyclePct = DOP_PWM_ZERO_OFFSET; + resetDialOutFlowMovingAverage(); } /*********************************************************************//**