Index: firmware/App/Modes/Rinseback.c =================================================================== diff -u -rc20c77ef196a760a7642d2426e509995e4a98e01 -r69ed3f91919e50b68ea448a70db81456fb4946a0 --- firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision c20c77ef196a760a7642d2426e509995e4a98e01) +++ firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision 69ed3f91919e50b68ea448a70db81456fb4946a0) @@ -193,7 +193,7 @@ endAirTrapControl(); // Re-circulate dialysate side of dialyzer w/ heating to maintain temperature - 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(); }