1
0
Fork 0
forked from len0rd/rockbox

telechips usb: not ready for use but, something is working, needs improvement.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18806 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Vitja Makarov 2008-10-14 05:13:21 +00:00
parent 1620d1fd03
commit 91b9c6139b
4 changed files with 744 additions and 5 deletions

View file

@ -240,6 +240,7 @@ 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)
@ -249,3 +250,4 @@ void usb_acknowledge(void)
void usb_wait_for_disconnect(void)
{
}
#endif