mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: hold buzzer ping low in bootloader for omnibusf4pro
This commit is contained in:
parent
523a97d161
commit
c707303336
Binary file not shown.
Binary file not shown.
|
@ -863,8 +863,8 @@
|
||||||
:1035D000E8350008202E00201830002001000000EF
|
:1035D000E8350008202E00201830002001000000EF
|
||||||
:1035E000252D00080000000069646C6500000000E3
|
:1035E000252D00080000000069646C6500000000E3
|
||||||
:1035F0000001804200000000AAAAAAAA000100401F
|
:1035F0000001804200000000AAAAAAAA000100401F
|
||||||
:10360000FFFF00000000000000A00A0040040001CD
|
:10360000FFFF00000000000000A00A0040050001CC
|
||||||
:1036100000000000AAAAAAAA40000001DFFF0000E3
|
:1036100000000000AAAAAAAA40020001CFFF0000F1
|
||||||
:10362000000000000000000000000000000000009A
|
:10362000000000000000000000000000000000009A
|
||||||
:10363000AAAAAAAA00000000FFFF000000000000E4
|
:10363000AAAAAAAA00000000FFFF000000000000E4
|
||||||
:10364000000000000000000000000000AAAAAAAAD2
|
:10364000000000000000000000000000AAAAAAAAD2
|
||||||
|
|
|
@ -25,6 +25,7 @@ define HAL_LED_ON 0
|
||||||
# the location where the bootloader will put the firmware
|
# the location where the bootloader will put the firmware
|
||||||
FLASH_BOOTLOADER_LOAD_KB 64
|
FLASH_BOOTLOADER_LOAD_KB 64
|
||||||
|
|
||||||
|
PB4 BUZZER OUTPUT LOW PULLDOWN
|
||||||
|
|
||||||
# order of UARTs
|
# order of UARTs
|
||||||
SERIAL_ORDER OTG1
|
SERIAL_ORDER OTG1
|
||||||
|
|
Loading…
Reference in New Issue