mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: pull the right pin for KakuteF4 buzzer
This commit is contained in:
parent
1eb4f478da
commit
25be0cf4b4
|
@ -19,7 +19,7 @@ PB5 LED_BOOTLOADER OUTPUT LOW
|
|||
define HAL_LED_ON 0
|
||||
|
||||
# Avoid buzzer scream
|
||||
PD15 BUZZER OUTPUT LOW PULLDOWN
|
||||
PC9 BUZZER OUTPUT LOW PULLDOWN
|
||||
|
||||
# the location where the bootloader will put the firmware
|
||||
FLASH_BOOTLOADER_LOAD_KB 64
|
||||
|
|
Loading…
Reference in New Issue