diff options
Diffstat (limited to 'py/repl.h')
-rw-r--r-- | py/repl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #if MICROPY_ENABLE_REPL_HELPERS -bool mp_repl_is_compound_stmt(const char *line); +bool mp_repl_continue_with_input(const char *input); #endif |