Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -rdd9b6a7b7259bea3d954674457d3ff7a2babf5ec -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision dd9b6a7b7259bea3d954674457d3ff7a2babf5ec) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file TreatmentStop.c * -* @author (last) James Walter Taylor -* @date (last) 25-Jul-2023 +* @author (last) Sean Nash +* @date (last) 11-Oct-2023 * * @author (original) Sean * @date (original) 15-Jan-2020 @@ -105,6 +105,7 @@ setAlarmUserActionEnabled( ALARM_USER_ACTION_END_TREATMENT, TRUE ); // Set Dialysate valves to bypass filter for recirculation + signalDialOutPumpHardStop(); setValvePosition( VDI, VALVE_POSITION_C_CLOSE ); setValvePosition( VDO, VALVE_POSITION_C_CLOSE );