mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
Merge branch 'master' of github.com:micropython/micropython
This commit is contained in:
@@ -40,7 +40,7 @@ def do_work(infiles):
|
||||
|
||||
# process the qstrs, printing out the generated C header file
|
||||
print('// This file was automatically generated by makeqstrdata.py')
|
||||
print()
|
||||
print('')
|
||||
for qstr in qstrs:
|
||||
qhash = compute_hash(qstr)
|
||||
qlen = len(qstr)
|
||||
|
||||
Reference in New Issue
Block a user