Skip to content

Commit

Permalink
Merge pull request nasa#677 from jphickey/fix-676-fix-deprecated-symbol
Browse files Browse the repository at this point in the history
Fix nasa#676, reference to deprecated CFE_SPACECRAFT_ID
  • Loading branch information
astrogeco authored May 8, 2020
2 parents 532c0dc + 7c17fd8 commit 492664b
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 492664b

Please sign in to comment.