hwdef: remove uart7 from PixSurveyA1-IND bootloader to get it compiling

out of space otherwise
This commit is contained in:
Peter Barker 2023-04-21 07:29:49 +10:00 committed by Peter Barker
parent e3ee5ca822
commit 587f64b784
1 changed files with 1 additions and 5 deletions

View File

@ -26,7 +26,7 @@ FLASH_RESERVE_START_KB 0
define BOOTLOADER_BAUDRATE 115200
# uarts and USB to run bootloader protocol on
SERIAL_ORDER OTG1 USART2 USART3 UART7
SERIAL_ORDER OTG1 USART2 USART3
# this is the pin that senses USB being connected. It is an input pin
# setup as OPENDRAIN
@ -52,10 +52,6 @@ PD8 USART3_TX USART3
PD9 USART3_RX USART3
# UART7 maps to uartF in the HAL (serial5 in SERIALn_ parameters)
PE7 UART7_RX UART7
PE8 UART7_TX UART7
# define a LED
PE12 LED_BOOTLOADER OUTPUT
define HAL_LED_ON 1