Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r44a100f8e5210a02c23b8fcc4527d8e96d577381 -r7690b677a3870da643e67bd622d3b342dfac0040 --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 44a100f8e5210a02c23b8fcc4527d8e96d577381) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 7690b677a3870da643e67bd622d3b342dfac0040) @@ -17,6 +17,7 @@ #include "Accel.h" #include "AlarmLamp.h" +#include "Battery.h" #include "BloodFlow.h" #include "Buttons.h" #include "Compatible.h" @@ -138,6 +139,11 @@ postState = handlePOSTStatus( testStatus ); break; + case POST_STATE_BATTERY: + testStatus = execBatteryTest(); + postState = handlePOSTStatus( testStatus ); + break; + case POST_STATE_WATCHDOG: testStatus = execWatchdogTest(); postState = handlePOSTStatus( testStatus );