aboutsummaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-03-09 12:45:06 +1100
committerDamien George <damien@micropython.org>2022-03-10 00:26:36 +1100
commit0149cd6b8b255907b49ec105146a2f238b07dbb8 (patch)
treeafc8fe3a087f09575309a2b5586e9b00e8321b3d /py/mpconfig.h
parent2b409ef8a46015f8f3bd20bc44e644637dbe9bd3 (diff)
windows: Switch to VFS subsystem and use VfsPosix.
Following the unix port. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 8f9f0f02f..a41e99b4c 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -1459,6 +1459,10 @@ typedef double mp_float_t;
#define MICROPY_PY_UOS (MICROPY_CONFIG_ROM_LEVEL_AT_LEAST_EXTRA_FEATURES)
#endif
+#ifndef MICROPY_PY_UOS_STATVFS
+#define MICROPY_PY_UOS_STATVFS (MICROPY_PY_UOS)
+#endif
+
#ifndef MICROPY_PY_URE
#define MICROPY_PY_URE (MICROPY_CONFIG_ROM_LEVEL_AT_LEAST_EXTRA_FEATURES)
#endif