summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index d078e9301..993ad1db8 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -616,11 +616,6 @@ typedef double mp_float_t;
#define MICROPY_USE_INTERNAL_PRINTF (1)
#endif
-// Support for user-space VFS mount (selected ports)
-#ifndef MICROPY_FSUSERMOUNT
-#define MICROPY_FSUSERMOUNT (0)
-#endif
-
// Support for generic VFS sub-system
#ifndef MICROPY_VFS
#define MICROPY_VFS (0)