diff options
Diffstat (limited to 'lib/can2040/can2040.h')
-rw-r--r-- | lib/can2040/can2040.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/can2040/can2040.h b/lib/can2040/can2040.h index 884c3caf..0005db9e 100644 --- a/lib/can2040/can2040.h +++ b/lib/can2040/can2040.h @@ -71,6 +71,7 @@ struct can2040 { // Transmits uint32_t tx_state; + uint32_t tx_eof_key; uint32_t tx_pull_pos, tx_push_pos; struct can2040_transmit tx_queue[4]; }; |