diff --git a/python/port/mpconfigport.h b/python/port/mpconfigport.h index 9d3124ede..b301cc05b 100644 --- a/python/port/mpconfigport.h +++ b/python/port/mpconfigport.h @@ -20,9 +20,6 @@ // Whether to provide the mp_kbd_exception object, and micropython.kbd_intr function #define MICROPY_KBD_EXCEPTION (1) -// Whether to include REPL helper function -#define MICROPY_HELPER_REPL (1) - // Long int implementation #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)