Skip to content

Commit

Permalink
Merge branch 'fix-676-fix-deprecated-symbol' into jph-wip-baseline-20…
Browse files Browse the repository at this point in the history
…200508
  • Loading branch information
jphickey committed May 8, 2020
2 parents 7db1b65 + 7c17fd8 commit de8d14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/cfe-core/src/sb/cfe_sb_msg_id_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void CFE_SB_SetMsgId(CFE_SB_MsgPtr_t MsgPtr,

CCSDS_WR_SUBSYSTEM_ID(MsgPtr->SpacePacket.ApidQ, CFE_SB_RD_SUBSYS_ID_FROM_MSGID(MsgIdVal));

CCSDS_WR_SYSTEM_ID(MsgPtr->SpacePacket.ApidQ, CFE_SPACECRAFT_ID);
CCSDS_WR_SYSTEM_ID(MsgPtr->SpacePacket.ApidQ, CFE_MISSION_SPACECRAFT_ID);

#endif
}/* end CFE_SB_SetMsgId */
Expand Down

0 comments on commit de8d14e

Please sign in to comment.