AP_HAL_ChibiOS: fix name for RX Queue size define

This commit is contained in:
bugobliterator 2020-08-23 13:11:01 +05:30 committed by Andrew Tridgell
parent 4bd0e2f394
commit 5eb0e0a718
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
#if HAL_NUM_CAN_IFACES
#ifndef HAL_CAN_RX_STORAGE_SIZE
#ifndef HAL_CAN_RX_QUEUE_SIZE
#define HAL_CAN_RX_QUEUE_SIZE 128
#endif

View File

@ -48,7 +48,7 @@
#include "bxcan.hpp"
#include "EventSource.h"
#ifndef HAL_CAN_RX_STORAGE_SIZE
#ifndef HAL_CAN_RX_QUEUE_SIZE
#define HAL_CAN_RX_QUEUE_SIZE 128
#endif