AP_HAL_ChibiOS: remove setting HAL_USE_UART to false

this is the default
This commit is contained in:
Peter Barker 2025-01-06 15:47:43 +11:00 committed by Peter Barker
parent e7801c1101
commit 6b63d3abbb
6 changed files with 0 additions and 6 deletions

View File

@ -50,7 +50,6 @@ PA14 JTCK-SWCLK SWD
# order of UARTs
SERIAL_ORDER
define HAL_USE_UART FALSE
# setup for blanking LEDs in bootloader
define AP_BOOTLOADER_CUSTOM_HERE4

View File

@ -28,7 +28,6 @@ FLASH_SIZE_KB 128
# order of UARTs
# SERIAL_ORDER USART1
SERIAL_ORDER
define HAL_USE_UART FALSE
define AP_HAL_UARTDRIVER_ENABLED 0
define HAL_CAN_POOL_SIZE 6000

View File

@ -22,7 +22,6 @@ FLASH_SIZE_KB 256
# order of UARTs
SERIAL_ORDER
define HAL_USE_UART FALSE
PA6 LED_BOOTLOADER OUTPUT LOW
define HAL_LED_ON 1

View File

@ -23,7 +23,6 @@ define CH_CFG_ST_FREQUENCY 1000
# assume 128k flash part
FLASH_SIZE_KB 128
define HAL_USE_UART FALSE
define HAL_USE_SERIAL FALSE
PA4 LED_BOOTLOADER OUTPUT LOW

View File

@ -26,7 +26,6 @@ STDOUT_BAUDRATE 57600
# order of UARTs
SERIAL_ORDER
define HAL_USE_UART FALSE
PA4 LED_BOOTLOADER OUTPUT LOW
define HAL_LED_ON 1

View File

@ -29,7 +29,6 @@ STDOUT_BAUDRATE 57600
# order of UARTs
SERIAL_ORDER
define HAL_USE_UART FALSE
PA4 LED_BOOTLOADER OUTPUT LOW
define HAL_LED_ON 1