forked from len0rd/rockbox
fix usb disconnecting in the WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12542 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
277c39c2fd
commit
a9a9999ff4
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ long gui_wps_show(void)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
if(default_event_handler(button) == SYS_USB_CONNECTED)
|
if(default_event_handler(button) == SYS_USB_CONNECTED)
|
||||||
return SYS_USB_CONNECTED;
|
return GO_TO_ROOT;
|
||||||
update_track = true;
|
update_track = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue