diff options
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-x | tools/codeformat.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py index 761bde3a81..aee9894345 100755 --- a/tools/codeformat.py +++ b/tools/codeformat.py @@ -76,8 +76,6 @@ EXCLUSIONS = [ # STM32 USB dev/host code is mostly 3rd party. "ports/stm32/usbdev/**/*.[ch]", "ports/stm32/usbhost/**/*.[ch]", - # Teensy core code is 3rd party. - "ports/teensy/core/*.[ch]", # STM32 build includes generated Python code. "ports/*/build*", # not real python files |