AP_CANManager: fix name for RX Queue size define

This commit is contained in:
bugobliterator 2020-08-23 13:10:18 +05:30 committed by Andrew Tridgell
parent afa153fb6f
commit 4bd0e2f394
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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