Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r9a52ee034a7b96b7eb164b5788e01f11cd281059 -rab7dfc361e5ee347141842b317f1fc2f16e4e3f3 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 9a52ee034a7b96b7eb164b5788e01f11cd281059) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision ab7dfc361e5ee347141842b317f1fc2f16e4e3f3) @@ -128,7 +128,6 @@ case DG_POST_STATE_NVDATAMGMT: testStatus = execNVDataMgmtSelfTest(); - testStatus = SELF_TEST_STATUS_PASSED; // TODO remove I don't know why the changed board in the Unit 002 did not pass postState = handlePOSTStatus( testStatus ); break; @@ -195,8 +194,8 @@ break; case DG_POST_STATE_WATCHDOG: - //testStatus = execWatchdogTest(); - testStatus = SELF_TEST_STATUS_PASSED; + testStatus = execWatchdogTest(); + //testStatus = SELF_TEST_STATUS_PASSED; postState = handlePOSTStatus( testStatus ); break;