diff options
Diffstat (limited to 'py')
-rw-r--r-- | py/mpconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 1453560e08..686f90c25d 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -469,6 +469,11 @@ typedef double mp_float_t; #define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (1) #endif +// Support for user-space VFS mount (selected ports) +#ifndef MICROPY_FSUSERMOUNT +#define MICROPY_FSUSERMOUNT (0) +#endif + /*****************************************************************************/ /* Fine control over Python builtins, classes, modules, etc */ |