mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
woops, used the wrong define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12920 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
73c46ffd6e
commit
21c930310c
1 changed files with 1 additions and 1 deletions
|
@ -124,5 +124,5 @@ void playback_control_init(struct plugin_api* newapi)
|
|||
bool playback_control(struct plugin_api* newapi)
|
||||
{
|
||||
api = newapi;
|
||||
return api->do_menu(&playback_control_menu, NULL) == SYS_USB_CONNECTED;
|
||||
return api->do_menu(&playback_control_menu, NULL) == MENU_ATTACHED_USB;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue