Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9987 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e25f577e39
commit
61903581bf
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,7 @@ bool show_info(void)
|
|||
break;
|
||||
#endif
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#ifdef SETTINGS_ACCEPT
|
||||
case SETTINGS_ACCEPT:
|
||||
#else
|
||||
|
@ -249,6 +250,7 @@ bool show_info(void)
|
|||
#endif
|
||||
new_info = true;
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
if (default_event_handler(key) == SYS_USB_CONNECTED)
|
||||
|
|
Loading…
Reference in a new issue