mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: fixed CUAVv5Nano uarts
This commit is contained in:
parent
a9c868a154
commit
fc86a7db11
|
@ -12,8 +12,8 @@ STM32_ST_USE_TIMER 5
|
|||
undef PE3
|
||||
PE3 VDD_3V3_SENSORS_EN OUTPUT LOW
|
||||
|
||||
# order of UARTs (and USB). Telem2 is UART4 on the mini, USART3 is not available
|
||||
UART_ORDER OTG1 USART1 USART2 UART4 USART6 UART7
|
||||
# order of UARTs (and USB).
|
||||
UART_ORDER OTG1 USART1 USART2 USART3 UART4 USART6 UART7
|
||||
|
||||
# enable TX on USART6 (disabled for fmuv5 with iomcu)
|
||||
PG14 USART6_TX USART6 NODMA
|
||||
|
|
Loading…
Reference in New Issue