Index: firmware/App/Modes/Rinseback.c =================================================================== diff -u -r98cc51d12256e9e9d63632d0206e9cd6e5b92429 -r8eb650dc22f3be1c909959eaad12a5374ba69f48 --- firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision 98cc51d12256e9e9d63632d0206e9cd6e5b92429) +++ firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision 8eb650dc22f3be1c909959eaad12a5374ba69f48) @@ -1072,7 +1072,7 @@ // Send blood sitting count down to UI for alarm dialog sdata.timeout = stopTO / ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ); - sdata.countdown = 0; + sdata.countdown = countdown; if ( getRinsebackCompleted() != TRUE ) {