Tools: whitelist AP_PLANE_BLACKBOX_LOGGING

no signature we can use for this
This commit is contained in:
Andrew Tridgell 2023-05-17 13:09:23 +10:00
parent 6870a15280
commit 5f469f2596
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ class ExtractFeatures(object):
# a list of problematic defines we don't have fixes for ATM:
whitelist = frozenset([
'HAL_PERIPH_SUPPORT_LONG_CAN_PRINTF', # this define changes single method body, hard to detect?
'AP_PLANE_BLACKBOX_LOGGING', # no visible signature
])
for option in build_options.BUILD_OPTIONS:
if option.define in whitelist: