Browse Source

autotest: exempt HAL_QUADPLANE_ENABLED line in log metadata gen

gps-1.3.1
Peter Barker 3 years ago committed by Andrew Tridgell
parent
commit
0c84c50d70
  1. 2
      Tools/autotest/common.py

2
Tools/autotest/common.py

@ -1921,6 +1921,8 @@ class AutoTest(ABC): @@ -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:

Loading…
Cancel
Save