Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r67021fbc633259e8e1bce76749dbef7d0cb51998 -r4790fb46181f78a19f0a557b0e9688cc03a74e97 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 67021fbc633259e8e1bce76749dbef7d0cb51998) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 4790fb46181f78a19f0a557b0e9688cc03a74e97) @@ -196,6 +196,11 @@ postState = handlePOSTStatus( testStatus ); break; + // TODO: Remove when merge to staging + case DG_POST_STATE_SAFETY_SHUTDOWN: + postState = DG_POST_STATE_LOAD_CELL; + 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();