From 63f46c7480a2533ae1c81b44c094d3982d044010 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 16 Aug 2024 14:09:29 +1000 Subject: [PATCH] x --- Tools/autotest/test_build_options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/test_build_options.py b/Tools/autotest/test_build_options.py index 4c786cb4fd66ae..d01dce856a0048 100755 --- a/Tools/autotest/test_build_options.py +++ b/Tools/autotest/test_build_options.py @@ -370,6 +370,7 @@ def define_is_whitelisted_for_feature_in_code(self, target, define): if target.lower() in ["antennatracker"]: # missing the init call to the relay library: feature_define_whitelist.add(r'AP_RELAY_ENABLED') + feature_define_whitelist.add(r'AP_RC_CHANNEL_AUX_FUNCTION_STRINGS_ENABLED') for some_re in feature_define_whitelist: if re.match(some_re, define):