From 03485303c300d7cbef31f5c9ab21536672406fd5 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 16 Aug 2024 12:59:59 +1000 Subject: [PATCH] x --- Tools/autotest/test_build_options.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/autotest/test_build_options.py b/Tools/autotest/test_build_options.py index d848b27aea519b..a553589f1fa01b 100755 --- a/Tools/autotest/test_build_options.py +++ b/Tools/autotest/test_build_options.py @@ -304,6 +304,8 @@ def define_is_whitelisted_for_feature_in_code(self, target, define): if target.lower() not in ["plane", "copter"]: 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') if target.lower() != "rover": # only on Rover: