Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r67021fbc633259e8e1bce76749dbef7d0cb51998 -rcee4c2b79fe9da81f741e0964e214962d942da36 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 67021fbc633259e8e1bce76749dbef7d0cb51998) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision cee4c2b79fe9da81f741e0964e214962d942da36) @@ -196,6 +196,11 @@ postState = handlePOSTStatus( testStatus ); break; + case DG_POST_STATE_SAFETY_SHUTDOWN: + testStatus = SELF_TEST_STATUS_PASSED; + postState = handlePOSTStatus( testStatus ); + break; + // Should be last POST (and last POST test must be a test that completes in a single call) case DG_POST_STATE_LOAD_CELL: testStatus = execLoadCellsSelfTest();