forked from len0rd/rockbox
don't define handle_usb_events() for the simulators
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20313 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aa1a99c9b9
commit
fbe96bf2c9
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@ static int clamp_value_wrap(int value, int max, int min)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SIMULATOR
|
||||||
static int handle_usb_events(struct event_queue *q)
|
static int handle_usb_events(struct event_queue *q)
|
||||||
{
|
{
|
||||||
struct queue_event ev;
|
struct queue_event ev;
|
||||||
|
@ -127,6 +128,7 @@ static int handle_usb_events(struct event_queue *q)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void usb_screen(void)
|
void usb_screen(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue