nyx: tools: swap result check for touch ito test

This commit is contained in:
CTCaer
2026-02-15 02:40:34 +02:00
parent 0a55598ab6
commit c8eef39bd3

View File

@@ -1039,7 +1039,7 @@ static lv_res_t _create_mbox_fix_touchscreen(lv_obj_t *btn)
} }
u8 err[2]; u8 err[2];
if (!touch_panel_ito_test(err)) if (touch_panel_ito_test(err))
goto ito_failed; goto ito_failed;
if (!err[0] && !err[1]) if (!err[0] && !err[1])