Skip to content

Commit

Permalink
Fix nasa#80, Removed unused structure fields
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed May 27, 2020
1 parent 3e62ff8 commit 22d5bc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Subsystems/cmdUtil/cmdUtil.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ typedef struct
bool OverridePktLen; /* Override packet length field */
bool OverridePktEndian; /* Override packet endian field */
bool OverridePktCksum; /* Override packet checksum */
int NumDataFields; /* Number of data fields processed */
int PacketLen; /* Total packet length */
unsigned char Packet[MAX_PACKET_SIZE]; /* Data packet to send */
} CommandData_t;

Expand Down

0 comments on commit 22d5bc9

Please sign in to comment.