Skip to content

Commit

Permalink
Fix nasa#73, Remove unused PktSize variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
thnkslprpt committed Sep 30, 2022
1 parent a6ab386 commit 398e5e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fsw/src/to_lab_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ typedef TO_LAB_NoArgsCmd_t TO_LAB_SendDataTypesCmd_t;
typedef struct
{
CFE_SB_MsgId_t Stream;
uint16 PktSize;
CFE_SB_Qos_t Flags;
uint8 BufLimit;
} TO_LAB_AddPacket_Payload_t;
Expand Down

0 comments on commit 398e5e6

Please sign in to comment.