Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Aug 16, 2024
1 parent 991d980 commit 0348530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/autotest/test_build_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ def define_is_whitelisted_for_feature_in_code(self, target, define):
if target.lower() not in ["plane", "copter"]:
feature_define_whitelist.add('HAL_ADSB_ENABLED')
feature_define_whitelist.add('AP_LANDINGGEAR_ENABLED')
# only Plane and Copter instantiate Parachute
feature_define_whitelist.add('AP_PARACHUTE_ENABLED')

if target.lower() != "rover":
# only on Rover:
Expand Down

0 comments on commit 0348530

Please sign in to comment.