Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
2843b8e3
Commit
2843b8e3
authored
Jan 21, 2014
by
Damien George
Browse files
Merge branch 'master' of github.com:micropython/micropython
parents
600ae734
79dc37f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/makeqstrdata.py
View file @
2843b8e3
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment