HAL_ChibiOS: ensure that IO UART gets DMA

This commit is contained in:
Andrew Tridgell 2018-03-15 09:21:33 +11:00
parent bd9df6d0ec
commit 93111dc0b1

View File

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