summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-29 15:21:46 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-30 12:26:07 +1100
commit1808b2e8d5c9fff8020628a7849a537ffa9790e3 (patch)
tree4f511c33f4355880fc9a224d742e90c6758f799f /py/mpconfig.h
parent3d6f9572084a8bcba762899ee4f8ea15ddf010ab (diff)
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Replaced by MICROPY_VFS and the VFS sub-system.
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)