HAL_ChibiOS: disable parachute and sprayer on MatekF405-Wing

fixes build size
This commit is contained in:
Andrew Tridgell 2020-01-18 09:58:44 +11:00
parent 1854e73788
commit ce4120e803

View File

@ -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