Index: HDDefs.h =================================================================== diff -u -rad1bf61fca098fa6ce6ebd74c61d588cc7500fba -r46088dc30cd7327fc8b57b97d9e81869a128bbc6 --- HDDefs.h (.../HDDefs.h) (revision ad1bf61fca098fa6ce6ebd74c61d588cc7500fba) +++ HDDefs.h (.../HDDefs.h) (revision 46088dc30cd7327fc8b57b97d9e81869a128bbc6) @@ -55,7 +55,6 @@ 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_FPGA, ///< Run FPGA test state POST_STATE_RTC, ///< Run RTC test state POST_STATE_NVDATAMGMT, ///< Run NV Data Mgmt. test state POST_STATE_BLOOD_FLOW, ///< Run Blood Flow test state @@ -64,6 +63,7 @@ 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_FPGA, ///< Run FPGA test state POST_STATE_COMPLETED, ///< POST self-tests completed state POST_STATE_FAILED, ///< POST self-tests failed state NUM_OF_POST_STATES ///< Number of initialize & POST mode states