diff options
Diffstat (limited to 'py/mpconfig.h')
| -rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 119d0177d..cbe18b409 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -125,6 +125,10 @@ typedef double mp_float_t; #define MICROPY_ENABLE_MOD_SYS (1) #endif +#ifndef MICROPY_MOD_SYS_STDFILES +#define MICROPY_MOD_SYS_STDFILES (0) +#endif + // Whether to support slice object and correspondingly // slice subscript operators #ifndef MICROPY_ENABLE_SLICE |
