Browse Source

HAL_ChibiOS: fixed mini-pix uart order

master
Andrew Tridgell 6 years ago
parent
commit
bb76143095
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/mini-pix/hwdef.dat

2
libraries/AP_HAL_ChibiOS/hwdef/mini-pix/hwdef.dat

@ -28,7 +28,7 @@ STM32_VDD 330U @@ -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…
Cancel
Save