Tools: extract_features.py: AP_PLANE_GLIDER_PULLUP_ENABLED only for Plane

This commit is contained in:
Peter Barker 2025-01-04 19:22:51 +11:00 committed by Andrew Tridgell
parent a17bcf8cbe
commit 886c38fbdb

View File

@ -306,6 +306,7 @@ class TestBuildOptions(object):
feature_define_whitelist.add('HAL_QUADPLANE_ENABLED')
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')
if target.lower() not in ["plane", "copter"]:
feature_define_whitelist.add('HAL_ADSB_ENABLED')