nyx: tools: swap result check for touch ito test

This commit is contained in:
CTCaer
2026-02-15 02:40:34 +02:00
committed by NaGa
parent e2ff75291b
commit 67b002348e

View File

@@ -1273,7 +1273,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])