[python] Don't compile MICROPY_HELPER_REPL for nothing

This commit is contained in:
Romain Goyet
2018-06-07 17:37:54 +02:00
committed by EmilieNumworks
parent 5d0ef50606
commit 8094a02e71

View File

@@ -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)