1
0
Fork 0
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:
Frank Gevaerts 2009-03-12 22:28:24 +00:00
parent aa1a99c9b9
commit fbe96bf2c9

View file

@ -91,6 +91,7 @@ static int clamp_value_wrap(int value, int max, int min)
}
#endif
#ifndef SIMULATOR
static int handle_usb_events(struct event_queue *q)
{
struct queue_event ev;
@ -127,6 +128,7 @@ static int handle_usb_events(struct event_queue *q)
}
}
}
#endif
void usb_screen(void)
{