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 927825a commit 0ae26caCopy full SHA for 0ae26ca
src/rp2_common/pico_lwip/tools/makefsdata.py
@@ -95,7 +95,7 @@ def process_file_list(fd, input):
95
fd.write(f"static const unsigned char {data_var}[] = {{\n")
96
for entry in results:
97
fd.write(f"\n /* {entry['comment']} */\n")
98
- byte_count = 0;
+ byte_count = 0
99
for b in entry['data']:
100
if byte_count % 16 == 0:
101
fd.write(" ")
0 commit comments