Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -r32309398e7ef59471bd624e34ab6b91cdaaf9d24 -r9ded16038a0d6dd844da697aaf03505ec3ed335a --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 32309398e7ef59471bd624e34ab6b91cdaaf9d24) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 9ded16038a0d6dd844da697aaf03505ec3ed335a) @@ -201,6 +201,7 @@ doorClosedRequired( TRUE, TRUE ); cmdStartDGTrimmerHeater(); setDialInPumpTargetFlowRate( DIALYSATE_FLOW_RATE_FOR_BLOOD_DETECT_RECOVERY_MLPM, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_CLOSED_LOOP ); + requestBloodLeakZeroing(); } /*********************************************************************//** @@ -427,7 +428,7 @@ { TREATMENT_STOP_STATE_T result = TREATMENT_STOP_RECOVER_BLOOD_DETECT_STATE; - handleBloodLeakZeroing(); + execBloodLeakZeroing(); // Keep reseting the blood sitting timer handleTreatmentStopBloodSittingTimer();