Skip to content

Commit

Permalink
autotest: test_build_options.py: exempt AP_INERTIALSENSOR_FAST_SAMPLE…
Browse files Browse the repository at this point in the history
…_WINDOW_ENABLED from sanity check

the symbol supplied will only ever exist on Copter as it is nthe only thing that supports the window
  • Loading branch information
peterbarker committed Jan 4, 2025
1 parent 0c4d27a commit 38fe23f
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 @@ -289,6 +289,7 @@ def define_is_whitelisted_for_feature_in_code(self, target, define):
feature_define_whitelist.add('AP_WINCH_PWM_ENABLED')
feature_define_whitelist.add(r'AP_MOTORS_FRAME_.*_ENABLED')
feature_define_whitelist.add('AP_COPTER_ADVANCED_FAILSAFE_ENABLED')
feature_define_whitelist.add('AP_INERTIALSENSOR_FAST_SAMPLE_WINDOW_ENABLED')

if target.lower() != "plane":
# only on Plane:
Expand Down

0 comments on commit 38fe23f

Please sign in to comment.