Skip to content

Commit

Permalink
Merge pull request nasa#132 from jphickey/fix-131-eid-name
Browse files Browse the repository at this point in the history
Fix nasa#131, update name in EDS dispatcher
  • Loading branch information
dzbaker authored Aug 8, 2024
2 parents e5d77d4 + 1ebeb19 commit 81d91ce
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 81d91ce

Please sign in to comment.