mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: eliminate use of MINIMIZE_FEATURES for Plane features
This commit is contained in:
parent
00bc4a9e8b
commit
31281b5d11
|
@ -119,3 +119,8 @@ define HAL_MSP_ENABLED 0
|
|||
define AP_SCHEDULER_EXTENDED_TASKINFO_ENABLED 0
|
||||
|
||||
define AP_LANDINGGEAR_ENABLED APM_BUILD_COPTER_OR_HELI
|
||||
|
||||
# Plane-specific defines; these defines are only used in the Plane
|
||||
# directory, but are seen across the entire codebase:
|
||||
define OFFBOARD_GUIDED 0
|
||||
define QAUTOTUNE_ENABLED 0
|
||||
|
|
Loading…
Reference in New Issue