Skip to content

Commit

Permalink
Fix #131, update name in EDS dispatcher
Browse files Browse the repository at this point in the history
Correct event ID reference in EDS-specific dispatcher table
  • Loading branch information
jphickey committed Aug 8, 2024
1 parent e5d77d4 commit 1ebeb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/hs_eds_dispatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void HS_TaskPipe(const CFE_SB_Buffer_t *SBBufPtr)
/*
** All other cases, increment error counter
*/
CFE_EVS_SendEvent(HS_LEN_ERR_EID, CFE_EVS_EventType_ERROR,
CFE_EVS_SendEvent(HS_CMD_LEN_ERR_EID, CFE_EVS_EventType_ERROR,
"Invalid msg length: ID = 0x%08lX, CC = %d, Len = %d",
(unsigned long)CFE_SB_MsgIdToValue(MsgId), (int)MsgFc, (int)MsgSize);
HS_AppData.CmdErrCount++;
Expand Down

0 comments on commit 1ebeb19

Please sign in to comment.