mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
3929a5b8da
commit
19a1325480
@ -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
Block a user