summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpconfigport_coverage.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mpconfigport_coverage.h')
-rw-r--r--unix/mpconfigport_coverage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mpconfigport_coverage.h b/unix/mpconfigport_coverage.h
index e5d5fd7a47..f9a6fbd9dd 100644
--- a/unix/mpconfigport_coverage.h
+++ b/unix/mpconfigport_coverage.h
@@ -31,3 +31,7 @@
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
#define MICROPY_PY_IO_BUFFEREDWRITER (1)
+#undef MICROPY_FSUSERMOUNT
+#undef MICROPY_VFS_FAT
+#define MICROPY_FSUSERMOUNT (1)
+#define MICROPY_VFS_FAT (1)