mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Tools: extract_features.py: AP_QUICKTUNE_ENABLED only for Plane
This commit is contained in:
parent
886c38fbdb
commit
794b43b2ac
@ -307,6 +307,7 @@ class TestBuildOptions(object):
|
||||
feature_define_whitelist.add('AP_BATTERY_WATT_MAX_ENABLED')
|
||||
feature_define_whitelist.add('MODE_AUTOLAND_ENABLED')
|
||||
feature_define_whitelist.add('AP_PLANE_GLIDER_PULLUP_ENABLED')
|
||||
feature_define_whitelist.add('AP_QUICKTUNE_ENABLED')
|
||||
|
||||
if target.lower() not in ["plane", "copter"]:
|
||||
feature_define_whitelist.add('HAL_ADSB_ENABLED')
|
||||
|
Loading…
Reference in New Issue
Block a user