Index: HDDefs.h =================================================================== diff -u -ra42b3f3ff1f46c0e63d2ebcf7e6a37cc9ba2e1e9 -r305a3b8b1358dae02880dc06db55173207e73298 --- HDDefs.h (.../HDDefs.h) (revision a42b3f3ff1f46c0e63d2ebcf7e6a37cc9ba2e1e9) +++ HDDefs.h (.../HDDefs.h) (revision 305a3b8b1358dae02880dc06db55173207e73298) @@ -53,7 +53,6 @@ { POST_STATE_START = 0, ///< Start initialize & POST mode state POST_STATE_FW_INTEGRITY, ///< Run firmware integrity test state - POST_STATE_BATTERY, ///< Run battery SOC test state POST_STATE_WATCHDOG, ///< Run watchdog test state POST_STATE_RTC, ///< Run RTC test state POST_STATE_NVDATAMGMT, ///< Run NV Data Mgmt. test state Index: MsgDefs.h =================================================================== diff -u -r729cc8ccb6631eda7ba74cdbe5194bb9b8bba63b -r305a3b8b1358dae02880dc06db55173207e73298 --- MsgDefs.h (.../MsgDefs.h) (revision 729cc8ccb6631eda7ba74cdbe5194bb9b8bba63b) +++ MsgDefs.h (.../MsgDefs.h) (revision 305a3b8b1358dae02880dc06db55173207e73298) @@ -419,6 +419,7 @@ REQUEST_REJECT_REASON_INVALID_REQUEST_FORMAT = 35, ///< Request message not formatted properly REQUEST_REJECT_REASON_INVALID_DATE_OR_TIME = 36, ///< Given date/time is invalid REQUEST_REJECT_REASON_NO_NEW_TREATMENT_ALARM_TRIGGERED = 37, ///< Treatment cannot initiate if an alarm with no new treatment property has triggered before + REQUEST_REJECT_REASON_BATTERY_IS_NOT_CHARGED = 38, ///< Battery does not have enough charge to start treatment NUM_OF_REQUEST_REJECT_REASONS ///< Number of settings change reject codes }; typedef enum Request_Reject_Reasons REQUEST_REJECT_REASON_CODE_T; ///< Type for settings change rejection reason codes enumeration