mirror of https://github.com/ArduPilot/ardupilot
AP_CANManager: fix name for RX Queue size define
This commit is contained in:
parent
afa153fb6f
commit
4bd0e2f394
Binary file not shown.
|
@ -26,7 +26,7 @@
|
|||
#define SLCAN_BUFFER_SIZE 200
|
||||
#define SLCAN_RX_QUEUE_SIZE 64
|
||||
|
||||
#ifndef HAL_CAN_RX_STORAGE_SIZE
|
||||
#ifndef HAL_CAN_RX_QUEUE_SIZE
|
||||
#define HAL_CAN_RX_QUEUE_SIZE 128
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue