I though I removed this unnecessary line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6982 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3291ae6bfa
commit
7de0905fbf
1 changed files with 0 additions and 3 deletions
|
@ -170,9 +170,6 @@ void main(void)
|
|||
while (usb_detect())
|
||||
{ /* enter USB mode early, before trying to mount */
|
||||
if (button_get_w_tmo(HZ/10) == SYS_USB_CONNECTED)
|
||||
#ifdef HAVE_MMC
|
||||
if (!mmc_touched() || (mmc_remove_request() == SYS_MMC_EXTRACTED))
|
||||
#endif
|
||||
{
|
||||
usb_screen();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue