Skip to content

Commit

Permalink
Tools: extract_features.py: AP_QUICKTUNE_ENABLED only for Plane
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jan 4, 2025
1 parent 84e8c5b commit 5aecb81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/autotest/test_build_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5aecb81

Please sign in to comment.