forked from len0rd/rockbox
New USB stack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2e2cbfe4ac
commit
b4e5123e5d
40 changed files with 1953 additions and 4198 deletions
|
|
@ -99,10 +99,6 @@
|
|||
#include "lcd-remote.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_USBSTACK
|
||||
#include "usbstack.h"
|
||||
#endif
|
||||
|
||||
#if CONFIG_USBOTG == USBOTG_ISP1362
|
||||
#include "isp1362.h"
|
||||
#endif
|
||||
|
|
@ -389,9 +385,6 @@ static void init(void)
|
|||
|
||||
adc_init();
|
||||
|
||||
#ifdef HAVE_USBSTACK
|
||||
usb_stack_init();
|
||||
#endif
|
||||
usb_init();
|
||||
#if CONFIG_USBOTG == USBOTG_ISP1362
|
||||
isp1362_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue