Skip to content

Commit 68a18ac

Browse files
committed
code format
1 parent 68fc784 commit 68a18ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ports/zephyr-cp/cptools/build_circuitpython.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@
119119
"lib/uzlib/adler32.c",
120120
"lib/uzlib/crc32.c",
121121
],
122-
"jpegio": [
123-
"lib/tjpgd/src/tjpgd.c"
124-
]
122+
"jpegio": ["lib/tjpgd/src/tjpgd.c"],
125123
}
126124

127125
SHARED_MODULE_AND_COMMON_HAL = ["_bleio", "os", "rotaryio"]

0 commit comments

Comments
 (0)