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:
Andrew Tridgell 2022-12-05 08:26:53 +11:00
parent d9607a0e92
commit 063a8bff54
1 changed files with 1 additions and 1 deletions

View File

@ -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