fix yellow in commit 13a0e58b1c

Change-Id: Id2ec3d0ace5aab9d67aeda54f4cef52d0d111b01
This commit is contained in:
Christian Soffke 2026-05-19 23:23:39 +02:00
parent 13a0e58b1c
commit 0492021247

View file

@ -235,7 +235,7 @@ void gui_usb_screen_run(bool early_usb, intptr_t seqnum)
#endif
struct usb_screen_vps_t usb_screen_vps_ar[NB_SCREENS];
struct viewport *title;
struct viewport *title = NULL;
#if defined HAVE_TOUCHSCREEN
enum touchscreen_mode old_mode = touchscreen_get_mode();