mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[python] Don't compile MICROPY_HELPER_REPL for nothing
This commit is contained in:
committed by
EmilieNumworks
parent
5d0ef50606
commit
8094a02e71
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user