Skip to content

Commit b4c65c2

Browse files
committed
extmod/fsusermount: Move module qstrs to global pool from stmhal port.
1 parent 7ce8860 commit b4c65c2

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

py/qstrdefs.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,3 +653,14 @@ Q(slip)
653653
Q(status)
654654
#endif
655655
#endif
656+
657+
#if MICROPY_FSUSERMOUNT
658+
// for user-mountable block devices
659+
Q(mount)
660+
Q(readonly)
661+
Q(mkfs)
662+
Q(readblocks)
663+
Q(writeblocks)
664+
Q(sync)
665+
Q(count)
666+
#endif

stmhal/qstrdefsport.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,6 @@ Q(micros)
7777
Q(elapsed_millis)
7878
Q(elapsed_micros)
7979

80-
// for user-mountable block devices
81-
Q(mount)
82-
Q(readonly)
83-
Q(mkfs)
84-
Q(readblocks)
85-
Q(writeblocks)
86-
Q(sync)
87-
Q(count)
88-
8980
// for module weak links
9081
Q(binascii)
9182
Q(re)

0 commit comments

Comments
 (0)