diff options
author | Glenn Ruben Bakke <glennbakke@gmail.com> | 2020-07-25 11:32:56 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-08-08 23:17:55 +1000 |
commit | 85f0ce214e42e0d8f36602ae1b084a97ef40c462 (patch) | |
tree | 13c109d6e107941f045bf0682de877e9d2922e16 /tools/codeformat.py | |
parent | 55d4321c3eb1a99b7f135ca930878d0ce97620e6 (diff) |
tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting.
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-x | tools/codeformat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py index f8202c66b..a5d64739a 100755 --- a/tools/codeformat.py +++ b/tools/codeformat.py @@ -45,6 +45,7 @@ PATHS = [ "mpy-cross/*.[ch]", "ports/*/*.[ch]", "ports/windows/msvc/**/*.[ch]", + "ports/nrf/modules/nrf/*.[ch]", "py/*.[ch]", # Python "drivers/**/*.py", |