AP_HAL_ChibiOS: set HAL_SPRAYER_ENABLED in minimize_features.inc
This commit is contained in:
parent
0584809a50
commit
a3bfc49ab1
@ -153,9 +153,8 @@ define STM32_PWM_USE_ADVANCED TRUE
|
||||
# disable SMBUS battery monitors to save flash
|
||||
define AP_BATTMON_SMBUS_ENABLE 0
|
||||
|
||||
# disable parachute and sprayer to save flash
|
||||
# disable parachute to save flash
|
||||
define HAL_PARACHUTE_ENABLED 0
|
||||
define HAL_SPRAYER_ENABLED 0
|
||||
|
||||
# save FLASH, but leave above when flash issue is fixed
|
||||
include ../include/minimize_features.inc
|
||||
|
@ -170,7 +170,6 @@ include ../include/minimize_features.inc
|
||||
|
||||
define AP_BATTMON_SMBUS_ENABLE 0
|
||||
define HAL_PARACHUTE_ENABLED 0
|
||||
define HAL_SPRAYER_ENABLED 0
|
||||
|
||||
define HAL_WITH_DSP FALSE
|
||||
|
||||
|
@ -130,7 +130,6 @@ define AP_BATTMON_SMBUS_ENABLE 0
|
||||
|
||||
# disable parachute and sprayer to save flash
|
||||
define HAL_PARACHUTE_ENABLED 0
|
||||
define HAL_SPRAYER_ENABLED 0
|
||||
|
||||
# save FLASH, but leave above when flash issue is fixed
|
||||
include ../include/minimize_features.inc
|
||||
|
@ -14,3 +14,6 @@ define HAL_CRSF_TELEM_ENABLED 0
|
||||
|
||||
# Gripper isn't a vital feature for smaller boards
|
||||
define AP_GRIPPER_ENABLED 0
|
||||
|
||||
# Sprayer isn't a vital feature for smaller boards
|
||||
define HAL_SPRAYER_ENABLED 0
|
||||
|
Loading…
Reference in New Issue
Block a user