We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86c57f commit 4d2778cCopy full SHA for 4d2778c
examples/embedding/mpconfigport_minimal.h
@@ -34,6 +34,7 @@
34
#define MICROPY_MEM_STATS (0)
35
#define MICROPY_DEBUG_PRINTERS (0)
36
#define MICROPY_READER_POSIX (1)
37
+#define MICROPY_KBD_EXCEPTION (1)
38
#define MICROPY_HELPER_REPL (1)
39
#define MICROPY_HELPER_LEXER_UNIX (1)
40
#define MICROPY_ENABLE_SOURCE_LINE (0)
@@ -91,7 +92,6 @@ extern const struct _mp_obj_module_t mp_module_os;
91
92
{ MP_OBJ_NEW_QSTR(MP_QSTR_uos), (mp_obj_t)&mp_module_os }, \
93
94
#define MICROPY_PORT_ROOT_POINTERS \
- mp_obj_t keyboard_interrupt_obj;
95
96
//////////////////////////////////////////
97
// Do not change anything beyond this line
0 commit comments