Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -r99291dfcff27720fde696dfe4d262dc003d85d1a -r69ed3f91919e50b68ea448a70db81456fb4946a0 --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 99291dfcff27720fde696dfe4d262dc003d85d1a) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 69ed3f91919e50b68ea448a70db81456fb4946a0) @@ -145,7 +145,7 @@ { // Re-circulate dialysate side of dialyzer w/ heating to maintain temperature doorClosedRequired( TRUE, TRUE ); - setDialInPumpTargetFlowRate( DIALYSATE_FLOW_RATE_FOR_RECIRC, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); + setDialInPumpTargetFlowRate( DIALYSATE_FLOW_RATE_FOR_RECIRC, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP, 0.0F ); cmdStartDGTrimmerHeater(); }