Skip to content

Commit

Permalink
autotest: logger_metadata: exempt iofirmware.cpp from checking
Browse files Browse the repository at this point in the history
uses a macro to generate a value, which makes it problematic from a matching sense
  • Loading branch information
peterbarker authored and tridge committed Nov 5, 2024
1 parent 9e4bdf3 commit 6c643b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/autotest/logger_metadata/enum_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ def search_for_files(self, dirs_to_search):
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)
Expand Down

0 comments on commit 6c643b8

Please sign in to comment.