From 5aecb81143f0a651a797cccd7eb60e9041070567 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 4 Jan 2025 19:29:07 +1100 Subject: [PATCH] Tools: extract_features.py: AP_QUICKTUNE_ENABLED only for Plane --- Tools/autotest/test_build_options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/test_build_options.py b/Tools/autotest/test_build_options.py index 18507beebbb636..5331d39c81bf52 100755 --- a/Tools/autotest/test_build_options.py +++ b/Tools/autotest/test_build_options.py @@ -307,6 +307,7 @@ def define_is_whitelisted_for_feature_in_code(self, target, define): 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')