aboutsummaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-11-01 15:18:22 +1100
committerDamien George <damien@micropython.org>2021-11-01 15:18:22 +1100
commitc62351fbd67e0f32e33e2066b7c07a79ac52481d (patch)
tree16db954bc8a4354207fa6df9c80f8dedcac1df49 /py/mpconfig.h
parentb1a0ce46d10e29d8d630d70bcbeabfe36ce3b0bc (diff)
py/mpconfig.h: Revert MICROPY_REPL_INFO to disabled at all levels.
This is an stm32-specific feature that's accessed via the pyb module, so not something that will be widely enabled. Signed-off-by: Damien George <damien@micropython.org>
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