mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 01:28:29 -04:00
HAL_ChibiOS: disable parachute and sprayer on SuccexF4
This commit is contained in:
parent
9a0e6f6488
commit
23a42b1914
@ -131,3 +131,7 @@ define BOARD_PWM_COUNT_DEFAULT 4
|
|||||||
|
|
||||||
#font for the osd
|
#font for the osd
|
||||||
ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
|
ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
|
||||||
|
|
||||||
|
# disable parachute and sprayer to save flash
|
||||||
|
define HAL_PARACHUTE_ENABLED 0
|
||||||
|
define HAL_SPRAYER_ENABLED 0
|
||||||
|
Loading…
Reference in New Issue
Block a user