1
0
Fork 0
forked from len0rd/rockbox

Make the inital connect problem go away on Gigabeat S. Would be nice if a better way were found but it works for me. Update the bootloader to have it work.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17181 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-04-20 03:30:57 +00:00
parent 38b8a236d4
commit 9003dbe5b2
5 changed files with 65 additions and 20 deletions

View file

@ -21,6 +21,7 @@
#include "usb_ch9.h"
#include "kernel.h"
void usb_drv_startup(void);
void usb_drv_init(void);
void usb_drv_exit(void);
void usb_drv_int(void);