Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r3a480399e9fd87f51a12a469cc56242ebeb93539 -ra72cc92cae2b043fadc8ed9a1d065cfb403185a0 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 3a480399e9fd87f51a12a469cc56242ebeb93539) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision a72cc92cae2b043fadc8ed9a1d065cfb403185a0) @@ -145,8 +145,7 @@ break; case POST_STATE_WATCHDOG: - //testStatus = execWatchdogTest(); - testStatus = SELF_TEST_STATUS_PASSED; // Why is this not passing in unit 4? + testStatus = execWatchdogTest(); postState = handlePOSTStatus( testStatus ); break; @@ -218,8 +217,7 @@ break; case POST_STATE_UI_POST: - //testStatus = execUITest(); - testStatus = SELF_TEST_STATUS_PASSED; // TODO why is this failing in unit 4? + testStatus = execUITest(); postState = handlePOSTStatus( testStatus ); break;