1
0
Fork 0
forked from len0rd/rockbox

Removed USB handling from simulator build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1271 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-06-30 16:27:39 +00:00
parent 92bba80bc2
commit da501ee329

View file

@ -395,7 +395,8 @@ bool dirbrowse(char *root)
restore = true;
}
break;
#ifndef SIMULATOR
case SYS_USB_CONNECTED:
/* Tell the USB thread that we are safe */
DEBUGF("dirbrowse got SYS_USB_CONNECTED\n");
@ -411,6 +412,7 @@ bool dirbrowse(char *root)
strcpy(currdir, "/");
lastdir[0] = 0;
break;
#endif
}
if ( restore ) {