mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
HAL_ChibiOS: ensure that IO UART gets DMA
This commit is contained in:
parent
bd9df6d0ec
commit
93111dc0b1
@ -478,3 +478,7 @@ define HAL_I2C_MAX_CLOCK 100000
|
||||
# define CH_DBG_SYSTEM_STATE_CHECK TRUE
|
||||
# define CH_DBG_ENABLE_STACK_CHECK TRUE
|
||||
|
||||
# we can't share IO UART (USART6)
|
||||
DMA_NOSHARE USART6_TX USART6_RX
|
||||
DMA_PRIORITY USART6* TIM* SPI*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user