Index: RODefs.h =================================================================== diff -u -r382a620abc195451601150ed846975f90f2ced8b -r20715ecef1276ccdb303fa9603d75722df8df700 --- RODefs.h (.../RODefs.h) (revision 382a620abc195451601150ed846975f90f2ced8b) +++ RODefs.h (.../RODefs.h) (revision 20715ecef1276ccdb303fa9603d75722df8df700) @@ -31,17 +31,17 @@ /// Enumeration of init & POST mode states. enum RO_POST_States { - RO_POST_STATE_START = 0, ///< Start initialize & POST mode state - RO_POST_STATE_FW_INTEGRITY, ///< Run firmware integrity test state - RO_POST_STATE_NVDATAMGMT, ///< Run NV Data Mgmt. test state - RO_POST_STATE_WATCHDOG, ///< Run watchdog test state - RO_POST_STATE_SAFETY_SHUTDOWN, ///< Run safety shutdown test state - RO_POST_STATE_TEMPERATURES, ///< Run temperatures POST state - RO_POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state - RO_POST_STATE_FPGA, ///< Run FPGA test state - RO_POST_STATE_COMPLETED, ///< POST self-tests completed state - RO_POST_STATE_FAILED, ///< POST self-tests failed state - NUM_OF_RO_POST_STATES ///< Number of initialize & POST mode states + RO_POST_STATE_START = 0, ///< Start initialize & POST mode state + RO_POST_STATE_FW_INTEGRITY, ///< Run firmware integrity test state + RO_POST_STATE_NVDATAMGMT, ///< Run NV Data Mgmt. test state + RO_POST_STATE_WATCHDOG, ///< Run watchdog test state + RO_POST_STATE_SAFETY_SHUTDOWN, ///< Run safety shutdown test state + RO_POST_STATE_TEMPERATURES, ///< Run temperatures POST state + RO_POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state + RO_POST_STATE_FPGA, ///< Run FPGA test state + RO_POST_STATE_COMPLETED, ///< POST self-tests completed state + RO_POST_STATE_FAILED, ///< POST self-tests failed state + NUM_OF_RO_POST_STATES ///< Number of initialize & POST mode states }; typedef enum RO_POST_States RO_POST_STATE_T; ///< Type for RO POST states enumeration