Index: firmware/App/Modes/Rinseback.c =================================================================== diff -u -r0b36ae4b591ce21b1971e00a5c2102d68f68d0a6 -r747c714d2b4f80b598a66326d62a179aeefda390 --- firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision 0b36ae4b591ce21b1971e00a5c2102d68f68d0a6) +++ firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision 747c714d2b4f80b598a66326d62a179aeefda390) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2021-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-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 Rinseback.c * * @author (last) Sean Nash -* @date (last) 08-Sep-2023 +* @date (last) 11-Dec-2023 * * @author (original) Sean Nash * @date (original) 20-Jan-2021 @@ -347,10 +347,6 @@ setAlarmUserActionEnabled( ALARM_USER_ACTION_RESUME, TRUE ); setAlarmUserActionEnabled( ALARM_USER_ACTION_RINSEBACK, FALSE ); setAlarmUserActionEnabled( ALARM_USER_ACTION_END_TREATMENT, TRUE ); - if ( isTreatmentCompleted() != TRUE ) - { - sendTreatmentLogEventData( MID_TREATMENT_RINSE_BACK_EVENT, 0.0, rinsebackRate_mL_min ); - } setupForRinsebackDelivery( rinsebackRate_mL_min ); // From moment we start rinseback, we consider blood side of dialyzer no longer fully primed setBloodIsPrimed( FALSE );