Skip to content

Commit

Permalink
Fix #111, Update LC_RESET_DBG_EID to be informational
Browse files Browse the repository at this point in the history
Fix #111, update LC_RESET_DBG_EID to be informational event instead of
debug
  • Loading branch information
Anh committed Aug 5, 2024
1 parent 776ef63 commit a7b4f47
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 a7b4f47

Please sign in to comment.