Tools: auotest add LOG_STRUCTURE_FROM_AHRS

This commit is contained in:
Josh Henderson 2021-01-09 18:06:22 -05:00 committed by Peter Barker
parent cc1e395854
commit 0052e4d528

View File

@ -1719,7 +1719,8 @@ class AutoTest(ABC):
if ("#define LOG_BASE_STRUCTURES" in line or
"#define LOG_STRUCTURE_FROM_DAL" in line or
"#define LOG_STRUCTURE_FROM_NAVEKF2" in line or
"#define LOG_STRUCTURE_FROM_NAVEKF3" in line):
"#define LOG_STRUCTURE_FROM_NAVEKF3" in line or
"#define LOG_STRUCTURE_FROM_AHRS" in line):
# self.progress("Moving inside")
state = state_inside
continue