Skip to content

Commit

Permalink
Update relay.h: drop unused field (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored Jul 29, 2024
1 parent a9339c1 commit 1a02229
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/relay.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ typedef void (*od_relay_on_read_t)(od_relay_t *, int size);
struct od_relay {
int packet;
int packet_skip;
uint32_t packet_transmitted;

machine_msg_t *packet_full;
int packet_full_pos;
Expand Down

0 comments on commit 1a02229

Please sign in to comment.