Index: HDDefs.h =================================================================== diff -u -ra51bdb2726b09df57f22dfc6c10965fcf4d5da95 -r3ceac1a51e7075bc6ea9a47a29dea235753268a0 --- HDDefs.h (.../HDDefs.h) (revision a51bdb2726b09df57f22dfc6c10965fcf4d5da95) +++ HDDefs.h (.../HDDefs.h) (revision 3ceac1a51e7075bc6ea9a47a29dea235753268a0) @@ -51,19 +51,20 @@ /// Enumeration of init & POST mode states. enum HD_POST_States { - POST_STATE_START = 0, ///< Start initialize & POST mode state - POST_STATE_WATCHDOG, ///< Run watchdog test mode state - POST_STATE_FPGA, ///< Run FPGA test mode state - POST_STATE_RTC, ///< Run RTC test mode state - POST_STATE_NVDATAMGMT, ///< Run NV Data Mgmt. test mode state - POST_STATE_BLOOD_FLOW, ///< Run Blood Flow test mode state - POST_STATE_DIALYSATE_FLOW, ///< Run Dialysate Flow test mode state - POST_STATE_VALVES, ///< Run Valves test mode state - POST_STATE_ALARM_LAMP, ///< Run alarm lamp test mode state - POST_STATE_ACCELEROMETER, ///< Run Accelerometer test mode state - POST_STATE_STUCK_BUTTON, ///< Run stuck button test mode state - POST_STATE_COMPLETED, ///< POST self-tests completed mode state - POST_STATE_FAILED, ///< POST self-tests failed mode state + POST_STATE_START = 0, ///< Start initialize & POST mode 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 + POST_STATE_DIALYSATE_FLOW, ///< Run Dialysate Flow test state + 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 NUM_OF_POST_STATES ///< Number of initialize & POST mode states }; typedef enum HD_POST_States HD_POST_STATE_T; ///< Type for HD POST states enumeration