8000 nrf/mpconfigport.h: Enable MICROPY_KBD_EXCEPTION by default. · guidebee/micropython@50d5114 · GitHub
[go: up one dir, main page]

10000
Skip to content

Commit 50d5114

Browse files
committed
nrf/mpconfigport.h: Enable MICROPY_KBD_EXCEPTION by default.
1 parent 302ffdb commit 50d5114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#define MICROPY_HELPER_REPL (1)
4848
#define MICROPY_REPL_EMACS_KEYS (0)
4949
#define MICROPY_REPL_AUTO_INDENT (1)
50-
#define MICROPY_KBD_EXCEPTION (0)
50+
#define MICROPY_KBD_EXCEPTION (1)
5151
#define MICROPY_ENABLE_SOURCE_LINE (0)
5252
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
5353
#if NRF51

0 commit comments

Comments
 (0)
0