mirror of https://github.com/ArduPilot/ardupilot
hwdef: use only USB for bootloader on MatekF405-Wing
the bootloader doesn't fit in flash with UARTs as well
This commit is contained in:
parent
d9607a0e92
commit
063a8bff54
|
@ -19,7 +19,7 @@ FLASH_SIZE_KB 1024
|
|||
FLASH_BOOTLOADER_LOAD_KB 64
|
||||
|
||||
# order of UARTs
|
||||
SERIAL_ORDER OTG1 USART1 USART3 UART4 UART5 USART6
|
||||
SERIAL_ORDER OTG1
|
||||
|
||||
PA0 UART4_TX UART4
|
||||
PA1 UART4_RX UART4
|
||||
|
|
Loading…
Reference in New Issue