Skip to content

Commit

Permalink
Merge pull request #127 from thnkslprpt/fix-73-remove-unused-PktSize-…
Browse files Browse the repository at this point in the history
…struct-variable

Fix #73, Remove unused PktSize variable.
  • Loading branch information
dzbaker committed Oct 11, 2022
2 parents a6ab386 + 398e5e6 commit be28c19
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 be28c19

Please sign in to comment.