Index: HDDefs.h =================================================================== diff -u -rccb76a48d2e15f7355e8455486f096c069c8f5b2 -r91bb8a130294a780021b64db33a61ad741428c26 --- HDDefs.h (.../HDDefs.h) (revision ccb76a48d2e15f7355e8455486f096c069c8f5b2) +++ HDDefs.h (.../HDDefs.h) (revision 91bb8a130294a780021b64db33a61ad741428c26) @@ -52,7 +52,6 @@ enum HD_POST_States { POST_STATE_START = 0, ///< Start initialize & POST mode state - POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state POST_STATE_FW_INTEGRITY, ///< Run firmware integrity test state POST_STATE_WATCHDOG, ///< Run watchdog test state POST_STATE_RTC, ///< Run RTC test state @@ -64,6 +63,8 @@ POST_STATE_ALARM_LAMP, ///< Run alarm lamp test state POST_STATE_ACCELEROMETER, ///< Run Accelerometer test state POST_STATE_STUCK_BUTTON, ///< Run stuck button test state + POST_STATE_UI_POST, ///< Check whether UI passed its POST tests + POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state POST_STATE_FPGA, ///< Run FPGA test state POST_STATE_COMPLETED, ///< POST self-tests completed state POST_STATE_FAILED, ///< POST self-tests failed state