From 5cb25f537c6a37b7dfb8a6f66ba61f64b7636c95 Mon Sep 17 00:00:00 2001 From: havencarlson Date: Wed, 20 Sep 2023 11:06:03 -0400 Subject: [PATCH] Fix #116, Removed command header from payload struct --- fsw/inc/ds_msg.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fsw/inc/ds_msg.h b/fsw/inc/ds_msg.h index 4f31b74..271a9ba 100644 --- a/fsw/inc/ds_msg.h +++ b/fsw/inc/ds_msg.h @@ -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;