diff options
Diffstat (limited to 'lib/can2040/can2040.h')
-rw-r--r-- | lib/can2040/can2040.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/can2040/can2040.h b/lib/can2040/can2040.h index 0005db9e..26a49ebc 100644 --- a/lib/can2040/can2040.h +++ b/lib/can2040/can2040.h @@ -68,10 +68,10 @@ struct can2040 { // Reporting uint32_t report_state; + uint32_t report_eof_key; // Transmits uint32_t tx_state; - uint32_t tx_eof_key; uint32_t tx_pull_pos, tx_push_pos; struct can2040_transmit tx_queue[4]; }; |