mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Ok, this time I double-checked for warnings...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26131 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3bb2afc741
commit
ed96c935ec
1 changed files with 2 additions and 5 deletions
|
|
@ -998,11 +998,6 @@ void usb_drv_cancel_all_transfers(void)
|
|||
{
|
||||
}
|
||||
|
||||
static void reset_endpoints(int init)
|
||||
{
|
||||
(void)init;
|
||||
}
|
||||
|
||||
void usb_drv_set_test_mode(int mode)
|
||||
{
|
||||
(void)mode;
|
||||
|
|
@ -1052,6 +1047,8 @@ bool usb_drv_stalled(int ep, bool in)
|
|||
{
|
||||
(void)ep;
|
||||
(void)in;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue