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 4aea8f7ba..596bab8d8 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -652,7 +652,7 @@
// Allow enabling debug prints after each REPL line
#ifndef MICROPY_REPL_INFO
-#define MICROPY_REPL_INFO (MICROPY_CONFIG_ROM_LEVEL_AT_LEAST_EXTRA_FEATURES)
+#define MICROPY_REPL_INFO (0)
#endif
// Whether to include emacs-style readline behavior in REPL