mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
HAL_ChibiOS: fixed Durandal buzzer in bootloader
need to pull low to avoid buzzer running in bootloader
This commit is contained in:
parent
b94f089984
commit
d9e2a644ea
@ -48,6 +48,9 @@ PA12 OTG_FS_DP OTG1
|
|||||||
PA13 JTMS-SWDIO SWD
|
PA13 JTMS-SWDIO SWD
|
||||||
PA14 JTCK-SWCLK SWD
|
PA14 JTCK-SWCLK SWD
|
||||||
|
|
||||||
|
# pullup buzzer for no sound in bootloader
|
||||||
|
PE5 BUZZER OUTPUT LOW PULLDOWN
|
||||||
|
|
||||||
define HAL_USE_EMPTY_STORAGE 1
|
define HAL_USE_EMPTY_STORAGE 1
|
||||||
define HAL_STORAGE_SIZE 16384
|
define HAL_STORAGE_SIZE 16384
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user