Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -r8b73263b38f449dacc0795c67a7cf6240cb79026 -rd28280f1054fc9ddf9304a11373dc9ee963425e3 --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 8b73263b38f449dacc0795c67a7cf6240cb79026) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision d28280f1054fc9ddf9304a11373dc9ee963425e3) @@ -144,7 +144,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(); }