diff options
| author | Damien George <damien.p.george@gmail.com> | 2019-05-03 12:36:56 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2019-05-22 12:47:48 +1000 |
| commit | 50d5114fcd5f3b81d400c1297d0ce754c1dcd2e6 (patch) | |
| tree | 7770776547d806d044c79828b362f4b4d2d064b5 | |
| parent | 302ffdba7f06e8827532834b5902406cd7bf4ea0 (diff) | |
nrf/mpconfigport.h: Enable MICROPY_KBD_EXCEPTION by default.
| -rw-r--r-- | ports/nrf/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/mpconfigport.h b/ports/nrf/mpconfigport.h index 0e3cf7b39..da9a03e1d 100644 --- a/ports/nrf/mpconfigport.h +++ b/ports/nrf/mpconfigport.h @@ -47,7 +47,7 @@ #define MICROPY_HELPER_REPL (1) #define MICROPY_REPL_EMACS_KEYS (0) #define MICROPY_REPL_AUTO_INDENT (1) -#define MICROPY_KBD_EXCEPTION (0) +#define MICROPY_KBD_EXCEPTION (1) #define MICROPY_ENABLE_SOURCE_LINE (0) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #if NRF51 |
