We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce8860 commit b4c65c2Copy full SHA for b4c65c2
2 files changed
py/qstrdefs.h
@@ -653,3 +653,14 @@ Q(slip)
653
Q(status)
654
#endif
655
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
@@ -77,15 +77,6 @@ Q(micros)
77
Q(elapsed_millis)
78
Q(elapsed_micros)
79
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
-
89
// for module weak links
90
Q(binascii)
91
Q(re)
0 commit comments