summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 877b262c8..303eb08f9 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -1610,7 +1610,7 @@ typedef time_t mp_timestamp_t;
// Whether to provide "sys" module
#ifndef MICROPY_PY_SYS
-#define MICROPY_PY_SYS (MICROPY_CONFIG_ROM_LEVEL_AT_LEAST_CORE_FEATURES)
+#define MICROPY_PY_SYS (1)
#endif
// Whether to initialise "sys.path" and "sys.argv" to their defaults in mp_init()