mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
HAL_ChibiOS: fixed mini-pix uart order
This commit is contained in:
parent
2f7121a073
commit
5a0e0179d8
@ -28,7 +28,7 @@ STM32_VDD 330U
|
||||
I2C_ORDER I2C2 I2C1
|
||||
|
||||
# order of UARTs (and USB)
|
||||
UART_ORDER OTG1 UART4 USART2 USART3
|
||||
UART_ORDER OTG1 UART4 USART3 USART2
|
||||
|
||||
# UART4 serial GPS
|
||||
PA0 UART4_TX UART4
|
||||
|
Loading…
Reference in New Issue
Block a user