You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.
Describe the bug
It seems like the error event (CS_ENABLE_EEPROM_DEF_EMPTY_DBG_EID) in CS_EnableEntryIDEepromCmd probably wants the CS_AppData.DefEepromTblPtr[EntryID]State, not the local function State variable, which is intended for use in the CS_ENABLE_EEPROM_INVALID_ENTRY_ERR_EID event message.
Checklist
Describe the bug
It seems like the error event (
CS_ENABLE_EEPROM_DEF_EMPTY_DBG_EID
) inCS_EnableEntryIDEepromCmd
probably wants theCS_AppData.DefEepromTblPtr[EntryID]
State
, not the local functionState
variable, which is intended for use in theCS_ENABLE_EEPROM_INVALID_ENTRY_ERR_EID
event message.Code snips
CS/fsw/src/cs_eeprom_cmds.c
Lines 223 to 276 in f958cc0
Expected behavior
Use the correct
State
in the error event.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: