Skip to content

Commit

Permalink
AP_DroneCAN: DorneCAN serial, remove baudrate as now in UARTDriver class
Browse files Browse the repository at this point in the history
  • Loading branch information
olliw42 committed Oct 5, 2024
1 parent 9c000a6 commit 32e34c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/AP_DroneCAN/AP_DroneCAN_serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class AP_DroneCAN_Serial

ByteBuffer *readbuffer;
ByteBuffer *writebuffer;
uint32_t baudrate;
uint32_t last_send_ms;
uint32_t last_size_tx;
uint32_t last_size_rx;
Expand Down

0 comments on commit 32e34c2

Please sign in to comment.