Index: HDDefs.h =================================================================== diff -u -r7290aebde28f67fcee4f2c1d6d0c77b5abc6dc5e -r12fbc8a7b226730a5aa92ed2bc6725aeb728e6de --- HDDefs.h (.../HDDefs.h) (revision 7290aebde28f67fcee4f2c1d6d0c77b5abc6dc5e) +++ HDDefs.h (.../HDDefs.h) (revision 12fbc8a7b226730a5aa92ed2bc6725aeb728e6de) @@ -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_BATTERY, ///< Run battery SOC test state POST_STATE_WATCHDOG, ///< Run watchdog test state @@ -65,6 +64,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