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 339ac79 commit 2b0b6d7
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 @@ -341,6 +341,8 @@ def define_is_whitelisted_for_feature_in_code(self, target, define):
feature_define_whitelist.add(r'HAL_MSP_RANGEFINDER_ENABLED')
# these guys don't instantiate anything which uses sd-card storage:
feature_define_whitelist.add(r'AP_SDCARD_STORAGE_ENABLED')
# RSSI is not initialised - probably should be...
feature_define_whitelist.add(r'AP_RSSI_ENABLED')

if target.lower() in ["blimp", "antennatracker", "sub"]:
# no OSD on Sub/blimp/tracker
Expand Down

0 comments on commit 2b0b6d7

Please sign in to comment.