Skip to content

Commit 8d0dd32

Browse files
committed
fixes compile error.
1 parent aa359ae commit 8d0dd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/lcd_bus/esp32_src/rgb_bus_rotation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
mp_call_function_n_kw(self->callback, 0, 0, NULL);
232232
nlr_pop();
233233
} else {
234-
ets_mp_printf(&mp_plat_print, "Uncaught exception in IRQ callback handler!\n");
234+
ets_printf("Uncaught exception in IRQ callback handler!\n");
235235
mp_obj_print_exception(&mp_plat_print, MP_OBJ_FROM_PTR(nlr.ret_val));
236236
}
237237

0 commit comments

Comments
 (0)