We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9674a commit 9773506Copy full SHA for 9773506
1 file changed
pic16bit/main.c
@@ -111,6 +111,7 @@ mp_obj_t mp_builtin_open(uint n_args, const mp_obj_t *args, mp_map_t *kwargs) {
111
MP_DEFINE_CONST_FUN_OBJ_KW(mp_builtin_open_obj, 1, mp_builtin_open);
112
113
void nlr_jump_fail(void *val) {
114
+ while (1);
115
}
116
117
void NORETURN __fatal_error(const char *msg) {
0 commit comments