mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_ChibiOS: avoid startup scream on KakuteF4 and variants
This commit is contained in:
parent
319a6404c4
commit
387812bb01
@ -18,6 +18,9 @@ FLASH_RESERVE_START_KB 0
|
||||
PB5 LED_BOOTLOADER OUTPUT LOW
|
||||
define HAL_LED_ON 0
|
||||
|
||||
# Avoid buzzer scream
|
||||
PD15 BUZZER OUTPUT LOW PULLDOWN
|
||||
|
||||
# the location where the bootloader will put the firmware
|
||||
FLASH_BOOTLOADER_LOAD_KB 64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user