Ooops. Fix warning in sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8836 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fb4e384367
commit
ac115693da
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ bool usb_detect(void)
|
||||||
|
|
||||||
void usb_wait_for_disconnect(struct event_queue *q)
|
void usb_wait_for_disconnect(struct event_queue *q)
|
||||||
{
|
{
|
||||||
(void*)q;
|
(void)q;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* USB_NONE or SIMULATOR */
|
#endif /* USB_NONE or SIMULATOR */
|
||||||
|
|
Loading…
Reference in a new issue