From 0c84c50d703fb32bf566fa4472673564617a3770 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 14 Sep 2021 12:33:00 +1000 Subject: [PATCH] autotest: exempt HAL_QUADPLANE_ENABLED line in log metadata gen --- Tools/autotest/common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/autotest/common.py b/Tools/autotest/common.py index 31020b2c21..b94bd89a84 100644 --- a/Tools/autotest/common.py +++ b/Tools/autotest/common.py @@ -1921,6 +1921,8 @@ class AutoTest(ABC): state = state_outside break if linestate == linestate_none: + if "#if HAL_QUADPLANE_ENABLED" in line: + continue if "#if FRAME_CONFIG == HELI_FRAME" in line: continue if "#if PRECISION_LANDING == ENABLED" in line: