Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -rddb9707d9e6e46c4b384782aeec20d41f3822996 -r52d1378ccddcede0445ddb8a08fc1f70b9007b50 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision ddb9707d9e6e46c4b384782aeec20d41f3822996) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 52d1378ccddcede0445ddb8a08fc1f70b9007b50) @@ -126,6 +126,7 @@ case DG_POST_STATE_NVDATAMGMT: testStatus = execNVDataMgmtSelfTest(); + testStatus = SELF_TEST_STATUS_PASSED; postState = handlePOSTStatus( testStatus ); break;