Skip to content

Commit

Permalink
Merge pull request #60 from jphickey/hotfix-59-eds-dispatch
Browse files Browse the repository at this point in the history
HotFix #59, correct call to EDS dispatcher
  • Loading branch information
dzbaker authored Mar 7, 2024
2 parents 23fdd63 + 9b4e1f9 commit 6d96538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fsw/src/bp_eds_dispatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ void BP_AppPipe(const CFE_SB_Buffer_t *BufPtr)
CFE_MSG_Size_t MsgSize;
CFE_MSG_FcnCode_t MsgFc;

status = EdsDispatch_BP_Application_Telecommand(CFE_SB_Telecommand_indication_Command_ID_Telecommand, BufPtr,
&BP_TC_DISPATCH_TABLE);
status = EdsDispatch_BP_Application_Telecommand(BufPtr, &BP_TC_DISPATCH_TABLE);

if (status != CFE_SUCCESS)
{
Expand Down

0 comments on commit 6d96538

Please sign in to comment.