Skip to content

Commit

Permalink
Fix nasa#116, Removed command header from payload struct
Browse files Browse the repository at this point in the history
  • Loading branch information
havencarlson committed Sep 20, 2023
1 parent 2a6c6a2 commit 5cb25f5
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 5cb25f5

Please sign in to comment.