Index: firmware/App/Controllers/BloodLeak.c =================================================================== diff -u -r14d1cffaeeebd5729f5c05c21b9eb1ac414b4750 -re86b330049966e34035f03496e40f22e6bd4e5a9 --- firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision 14d1cffaeeebd5729f5c05c21b9eb1ac414b4750) +++ firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision e86b330049966e34035f03496e40f22e6bd4e5a9) @@ -691,7 +691,7 @@ // Pass self-test if entire sequence was successful if ( FALSE == hasCmdSqncFailed ) { - // Done with the commands, request a fresh intensity read to check it range + // Done with the commands, request a fresh intensity read to check its range enqueueEmbModeCmd( I_EMB_MODE_CMD ); state = BLOOD_LEAK_VERIFY_INTENSITY_AFTER_ZEROING_STATE; } Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -r14d1cffaeeebd5729f5c05c21b9eb1ac414b4750 -re86b330049966e34035f03496e40f22e6bd4e5a9 --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 14d1cffaeeebd5729f5c05c21b9eb1ac414b4750) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision e86b330049966e34035f03496e40f22e6bd4e5a9) @@ -680,6 +680,7 @@ case DIALYSIS_BLOOD_LEAK_ZEROING_STATE: currentDialysisState = handleDialysisBloodLeakZeroingState(); + break; default: SET_ALARM_WITH_2_U32_DATA( ALARM_ID_HD_SOFTWARE_FAULT, SW_FAULT_ID_DIALYSIS_INVALID_STATE, currentDialysisState )