1
0
Fork 0
forked from len0rd/rockbox

don't waste time and binsize enabling the usb controller just before rebooting

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19277 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-11-30 20:39:53 +00:00
parent 0b6d65b09e
commit ca123a1ad3

View file

@ -257,7 +257,6 @@ static void usb_thread(void)
#ifndef USE_ROCKBOX_USB
/* until we have native mass-storage mode, we want to reboot on
usb host connect */
usb_enable(true);
try_reboot();
#endif /* USE_ROCKBOX_USB */
#ifdef HAVE_PRIORITY_SCHEDULING