Index: firmware/App/Modes/Rinseback.c =================================================================== diff -u -r6b870cd0699bb3ee22b93981d51373a6c2d56162 -rb9fd6bfd063774f1295a1a84de74a257d7b29640 --- firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision 6b870cd0699bb3ee22b93981d51373a6c2d56162) +++ firmware/App/Modes/Rinseback.c (.../Rinseback.c) (revision b9fd6bfd063774f1295a1a84de74a257d7b29640) @@ -846,7 +846,7 @@ { BOOL result = FALSE; - if ( RINSEBACK_STOP_STATE == rinsebackState ) + if ( RINSEBACK_STOP_STATE == rinsebackState ) // TODO - must not be done w/ treatment { result = TRUE; recircRequested = TRUE; @@ -873,7 +873,7 @@ { BOOL result = FALSE; - if ( ( RINSEBACK_STOP_INIT_STATE == rinsebackState ) || ( RINSEBACK_STOP_STATE == rinsebackState ) ) + if ( ( RINSEBACK_STOP_INIT_STATE == rinsebackState ) || ( RINSEBACK_STOP_STATE == rinsebackState ) ) // TODO - must not be done w/ treatment { result = TRUE; backToTreatmentRequested = TRUE;