mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
menu fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1954 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
49984facc1
commit
7c3dd40ed2
1 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "usb.h"
|
||||
#include "button.h"
|
||||
#include "menu.h"
|
||||
|
||||
void backlight_on(void)
|
||||
{
|
||||
|
|
@ -88,8 +89,9 @@ void ata_flush(void)
|
|||
{
|
||||
}
|
||||
|
||||
void simulate_usb(void)
|
||||
Menu simulate_usb(void)
|
||||
{
|
||||
usb_display_info();
|
||||
while (button_get(true) & BUTTON_REL);
|
||||
return MENU_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue