Skip to content

Commit

Permalink
Fix nasa#676, reference to deprecated CFE_SPACECRAFT_ID
Browse files Browse the repository at this point in the history
Should be CFE_MISSION_SPACECRAFT_ID
  • Loading branch information
jphickey committed May 6, 2020
1 parent 8365a0c commit 7c17fd8
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 7c17fd8

Please sign in to comment.