1
0
Fork 0
forked from len0rd/rockbox

Hopefully mop-up remaining red.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19317 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-12-03 21:15:44 +00:00
parent add677fca8
commit bc963c34ae
7 changed files with 11 additions and 53 deletions

View file

@ -240,15 +240,3 @@ void* main(void)
return 0;
}
#ifndef HAVE_USBSTACK
/* These functions are present in the firmware library, but we reimplement
them here because the originals do a lot more than we want */
void usb_acknowledge(void)
{
}
void usb_wait_for_disconnect(void)
{
}
#endif