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
9e4bdf31b8
commit
6c643b8d66
|
@ -223,6 +223,9 @@ class EnumDocco(object):
|
||||||
continue
|
continue
|
||||||
if filepath.endswith("libraries/AP_HAL/utility/getopt_cpp.h"):
|
if filepath.endswith("libraries/AP_HAL/utility/getopt_cpp.h"):
|
||||||
continue
|
continue
|
||||||
|
# Failed to match ( IOEVENT_PWM = EVENT_MASK(1),)
|
||||||
|
if filepath.endswith("libraries/AP_IOMCU/iofirmware/iofirmware.cpp"):
|
||||||
|
continue
|
||||||
self.files.append(filepath)
|
self.files.append(filepath)
|
||||||
if len(_next):
|
if len(_next):
|
||||||
self.search_for_files(_next)
|
self.search_for_files(_next)
|
||||||
|
|
Loading…
Reference in New Issue