1
0
Fork 0
forked from len0rd/rockbox

Patch #744268 (info screen USB mode)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3715 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-06-01 00:59:45 +00:00
parent 87d5cfe4b7
commit b6b1294590

View file

@ -240,6 +240,9 @@ bool show_info(void)
state = 1;
break;
#endif
case SYS_USB_CONNECTED:
usb_screen();
return true;
}
}