Index: HDDefs.h =================================================================== diff -u -r3ceac1a51e7075bc6ea9a47a29dea235753268a0 -rb8e8151eac13acccf3b1405f164d531822fccf52 --- HDDefs.h (.../HDDefs.h) (revision 3ceac1a51e7075bc6ea9a47a29dea235753268a0) +++ HDDefs.h (.../HDDefs.h) (revision b8e8151eac13acccf3b1405f164d531822fccf52) @@ -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_WATCHDOG, ///< Run watchdog test state POST_STATE_FPGA, ///< Run FPGA test state POST_STATE_RTC, ///< Run RTC test state @@ -61,7 +62,6 @@ POST_STATE_VALVES, ///< Run Valves test state POST_STATE_ALARM_LAMP, ///< Run alarm lamp test state POST_STATE_ACCELEROMETER, ///< Run Accelerometer test state - POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state POST_STATE_STUCK_BUTTON, ///< Run stuck button test state POST_STATE_COMPLETED, ///< POST self-tests completed state POST_STATE_FAILED, ///< POST self-tests failed state