summaryrefslogtreecommitdiffstatshomepage
path: root/zephyr/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/main.c')
-rw-r--r--zephyr/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/main.c b/zephyr/main.c
index 0d381f0102..2c7f3fc477 100644
--- a/zephyr/main.c
+++ b/zephyr/main.c
@@ -75,7 +75,6 @@ soft_reset:
mp_obj_list_init(mp_sys_path, 0);
mp_obj_list_append(mp_sys_path, MP_OBJ_NEW_QSTR(MP_QSTR_)); // current dir (or base dir of the script)
mp_obj_list_init(mp_sys_argv, 0);
- MP_STATE_PORT(mp_kbd_exception) = mp_obj_new_exception(&mp_type_KeyboardInterrupt);
#if MICROPY_MODULE_FROZEN
pyexec_frozen_module("main.py");