summaryrefslogtreecommitdiffstatshomepage
path: root/py/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/repl.h')
-rw-r--r--py/repl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/repl.h b/py/repl.h
index 36acfc321e..92688f9f9a 100644
--- a/py/repl.h
+++ b/py/repl.h
@@ -24,6 +24,6 @@
* THE SOFTWARE.
*/
-#if MICROPY_ENABLE_REPL_HELPERS
+#if MICROPY_HELPER_REPL
bool mp_repl_continue_with_input(const char *input);
#endif