diff options
author | Damien George <damien@micropython.org> | 2021-07-09 14:19:15 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-07-12 17:08:10 +1000 |
commit | 136369d72f5b99ec23c9c9f178a590bde968e2ee (patch) | |
tree | 6d75116e1e11a4fbd5bf9765062350016e303375 /tools/codeformat.py | |
parent | 4d546713ec8858cbf908de45de11cbfc46a20971 (diff) | |
download | micropython-136369d72f5b99ec23c9c9f178a590bde968e2ee.tar.gz micropython-136369d72f5b99ec23c9c9f178a590bde968e2ee.zip |
all: Update to point to files in new shared/ directory.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-x | tools/codeformat.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py index 81a3cdcf8e..f8202c66b9 100755 --- a/tools/codeformat.py +++ b/tools/codeformat.py @@ -39,9 +39,9 @@ PATHS = [ "extmod/btstack/*.[ch]", "extmod/nimble/*.[ch]", "lib/mbedtls_errors/tester.c", - "lib/netutils/*.[ch]", - "lib/timeutils/*.[ch]", - "lib/utils/*.[ch]", + "shared/netutils/*.[ch]", + "shared/timeutils/*.[ch]", + "shared/runtime/*.[ch]", "mpy-cross/*.[ch]", "ports/*/*.[ch]", "ports/windows/msvc/**/*.[ch]", |