mirror of https://github.com/ArduPilot/ardupilot
autotest: logger_metadata: exempt iofirmware.cpp from checking
uses a macro to generate a value, which makes it problematic from a matching sense
This commit is contained in:
parent
d90e4ace4a
commit
e4ff0702ef
|
@ -223,6 +223,9 @@ class EnumDocco(object):
|
|||
continue
|
||||
if filepath.endswith("libraries/AP_HAL/utility/getopt_cpp.h"):
|
||||
continue
|
||||
# Failed to match ( IOEVENT_PWM = EVENT_MASK(1),)
|
||||
if filepath.endswith("libraries/AP_IOMCU/iofirmware/iofirmware.cpp"):
|
||||
continue
|
||||
self.files.append(filepath)
|
||||
if len(_next):
|
||||
self.search_for_files(_next)
|
||||
|
|
Loading…
Reference in New Issue