Index: HDDefs.h =================================================================== diff -u -r3edbc03bdb83308817441da63d8ca3a07b41fa9c -rc6f10dab0825623948cbc8139bc8b9fe4a4024c8 --- HDDefs.h (.../HDDefs.h) (revision 3edbc03bdb83308817441da63d8ca3a07b41fa9c) +++ HDDefs.h (.../HDDefs.h) (revision c6f10dab0825623948cbc8139bc8b9fe4a4024c8) @@ -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 @@ -67,6 +66,7 @@ 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