mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
extmod/fsusermount: Move module qstrs to global pool from stmhal port.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user