mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: disable UART statistics on Hitec-Airspeed
This commit is contained in:
parent
3a1340236a
commit
4c72d0f562
|
@ -51,6 +51,7 @@ PA14 JTCK-SWCLK SWD
|
|||
|
||||
define HAL_NO_GPIO_IRQ
|
||||
define SERIAL_BUFFERS_SIZE 64
|
||||
define HAL_UART_STATS_ENABLED 0
|
||||
|
||||
define DMA_RESERVE_SIZE 512
|
||||
|
||||
|
|
Loading…
Reference in New Issue