diff options
Diffstat (limited to 'ports/unix/main.c')
| -rw-r--r-- | ports/unix/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/unix/main.c b/ports/unix/main.c index dec3f90de..55fd8406b 100644 --- a/ports/unix/main.c +++ b/ports/unix/main.c @@ -193,7 +193,6 @@ static int do_repl(void) { // use MicroPython supplied readline-based REPL int ret = 0; - mp_hal_stdio_mode_raw(); for (;;) { if (pyexec_mode_kind == PYEXEC_MODE_RAW_REPL) { if ((ret = pyexec_raw_repl()) != 0) { @@ -205,7 +204,6 @@ static int do_repl(void) { } } } - mp_hal_stdio_mode_orig(); return ret; #else |
