tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting.
This commit is contained in:
parent
55d4321c3e
commit
85f0ce214e
|
@ -45,6 +45,7 @@ PATHS = [
|
|||
"mpy-cross/*.[ch]",
|
||||
"ports/*/*.[ch]",
|
||||
"ports/windows/msvc/**/*.[ch]",
|
||||
"ports/nrf/modules/nrf/*.[ch]",
|
||||
"py/*.[ch]",
|
||||
# Python
|
||||
"drivers/**/*.py",
|
||||
|
|
Loading…
Reference in New Issue