Skip to content

Commit

Permalink
Merge pull request #112 from avan989/fix-111-standardization-cmd-rsp
Browse files Browse the repository at this point in the history
Fix #111, Update LC_RESET_DBG_EID to be informational
  • Loading branch information
dzbaker authored Aug 8, 2024
2 parents 776ef63 + a7b4f47 commit b566cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/lc_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ void LC_ResetCountersCmd(const CFE_SB_Buffer_t *BufPtr)
{
LC_ResetCounters();

CFE_EVS_SendEvent(LC_RESET_INF_EID, CFE_EVS_EventType_DEBUG, "Reset counters command");
CFE_EVS_SendEvent(LC_RESET_INF_EID, CFE_EVS_EventType_INFORMATION, "Reset counters command");
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
Expand Down

0 comments on commit b566cd5

Please sign in to comment.