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 0348530 commit a106560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/test_build_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def define_is_whitelisted_for_feature_in_code(self, target, define):
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')
feature_define_whitelist.add('HAL_PARACHUTE_ENABLED')

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

0 comments on commit a106560

Please sign in to comment.