diff --git a/nyx/nyx_gui/frontend/gui_tools.c b/nyx/nyx_gui/frontend/gui_tools.c index b9b00380..d208cfc9 100644 --- a/nyx/nyx_gui/frontend/gui_tools.c +++ b/nyx/nyx_gui/frontend/gui_tools.c @@ -1039,7 +1039,7 @@ static lv_res_t _create_mbox_fix_touchscreen(lv_obj_t *btn) } u8 err[2]; - if (!touch_panel_ito_test(err)) + if (touch_panel_ito_test(err)) goto ito_failed; if (!err[0] && !err[1])