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
b4c65c25
Commit
b4c65c25
authored
Dec 25, 2015
by
Paul Sokolovsky
Browse files
extmod/fsusermount: Move module qstrs to global pool from stmhal port.
parent
7ce8860b
Changes
2
Hide whitespace changes
Inline
Side-by-side
py/qstrdefs.h
View file @
b4c65c25
...
...
@@ -653,3 +653,14 @@ Q(slip)
Q
(
status
)
#endif
#endif
#if MICROPY_FSUSERMOUNT
// for user-mountable block devices
Q
(
mount
)
Q
(
readonly
)
Q
(
mkfs
)
Q
(
readblocks
)
Q
(
writeblocks
)
Q
(
sync
)
Q
(
count
)
#endif
stmhal/qstrdefsport.h
View file @
b4c65c25
...
...
@@ -77,15 +77,6 @@ Q(micros)
Q
(
elapsed_millis
)
Q
(
elapsed_micros
)
// for user-mountable block devices
Q
(
mount
)
Q
(
readonly
)
Q
(
mkfs
)
Q
(
readblocks
)
Q
(
writeblocks
)
Q
(
sync
)
Q
(
count
)
// for module weak links
Q
(
binascii
)
Q
(
re
)
...
...
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