Index: HDDefs.h =================================================================== diff -u -rad1bf61fca098fa6ce6ebd74c61d588cc7500fba -r8d8bf64ddd42a7f18d1b23afdf962bfb1f12deb3 --- HDDefs.h (.../HDDefs.h) (revision ad1bf61fca098fa6ce6ebd74c61d588cc7500fba) +++ HDDefs.h (.../HDDefs.h) (revision 8d8bf64ddd42a7f18d1b23afdf962bfb1f12deb3) @@ -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