Index: firmware/App/Modes/TreatmentStop.c =================================================================== diff -u -r254faac62b851c393c5df753eade2dc880b83247 -r9fcde8f2f5e133f06bc564b44a2fa930132add17 --- firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 254faac62b851c393c5df753eade2dc880b83247) +++ firmware/App/Modes/TreatmentStop.c (.../TreatmentStop.c) (revision 9fcde8f2f5e133f06bc564b44a2fa930132add17) @@ -256,8 +256,8 @@ static TREATMENT_STOP_STATE_T handleTreatmentStopAlarmsAndSignals( TREATMENT_STOP_STATE_T state ) { TREATMENT_STOP_STATE_T result = state; - bool bloodRecircBlocked = isBloodRecircBlocked(); - bool dialysateRecircBlocked = isDialysateRecircBlocked(); + BOOL bloodRecircBlocked = isBloodRecircBlocked(); + BOOL dialysateRecircBlocked = isDialysateRecircBlocked(); // Both unblocked and not in recirculate both state if ( (TREATMENT_STOP_RECIRC_STATE != state) && ( FALSE == dialysateRecircBlocked )