We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ea6ac commit 197eefeCopy full SHA for 197eefe
src/rp2_common/pico_lwip/tools/makefsdata.py
@@ -94,7 +94,7 @@ def process_file_list(fd, input):
94
fd.write(f"static const unsigned char {data_var}[] = {{\n")
95
for entry in results:
96
fd.write(f"\n /* {entry['comment']} */\n")
97
- byte_count = 0;
+ byte_count = 0
98
for b in entry['data']:
99
if byte_count % 16 == 0:
100
fd.write(" ")
0 commit comments