mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
HAL_ChibiOS: disable parachute and sprayer on MatekF405-Wing
fixes build size
This commit is contained in:
parent
1854e73788
commit
ce4120e803
@ -187,3 +187,7 @@ define STM32_PWM_USE_ADVANCED TRUE
|
||||
# disable SMBUS and fuel battery monitors to save flash
|
||||
define HAL_BATTMON_SMBUS_ENABLE 0
|
||||
define HAL_BATTMON_FUEL_ENABLE 0
|
||||
|
||||
# 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