Skip to content

Commit

Permalink
Merge pull request #748 from asgibson/fix_#747
Browse files Browse the repository at this point in the history
Fix #747, Update CFE_SB_TimeStampMsg to save the message pointer argument
  • Loading branch information
astrogeco authored Jul 1, 2020
2 parents b764b05 + c232b94 commit cc89553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsw/cfe-core/ut-stubs/ut_sb_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ int32 CFE_SB_SubscribeLocal(CFE_SB_MsgId_t MsgId,
void CFE_SB_TimeStampMsg(CFE_SB_MsgPtr_t MsgPtr)
{
UT_DEFAULT_IMPL(CFE_SB_TimeStampMsg);
UT_Stub_CopyFromLocal(UT_KEY(CFE_SB_TimeStampMsg), &MsgPtr, sizeof(MsgPtr));
}

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

0 comments on commit cc89553

Please sign in to comment.