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