Skip to content

Commit

Permalink
Merge pull request #118 from havencarlson/fix#116
Browse files Browse the repository at this point in the history
Fix #116, Removed command header from payload struct
  • Loading branch information
dzbaker committed Sep 21, 2023
2 parents 2a6c6a2 + 5cb25f5 commit 7b20419
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fsw/inc/ds_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,6 @@ typedef struct
*/
typedef struct
{
CFE_MSG_CommandHeader_t CommandHeader; /**< \brief cFE Software Bus command message header */

CFE_SB_MsgId_t MessageID; /**< \brief Message ID to add to Packet Filter Table */
} DS_AddRemoveMid_Payload_t;

Expand Down

0 comments on commit 7b20419

Please sign in to comment.