Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #73, Remove unused PktSize variable. #127

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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