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:
parent
1620d1fd03
commit
91b9c6139b
4 changed files with 744 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue