forked from len0rd/rockbox
Oops, arcotg_udc.h is also needed when HAVE_USBSTACK is enabled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14483 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0152851fe8
commit
a6d52a8305
1 changed files with 1 additions and 2 deletions
|
@ -27,11 +27,10 @@
|
|||
#include "button.h"
|
||||
#include "ata.h"
|
||||
#include "string.h"
|
||||
#include "arcotg_udc.h"
|
||||
|
||||
#ifdef HAVE_USBSTACK
|
||||
#include "usbstack.h"
|
||||
#else
|
||||
#include "arcotg_udc.h"
|
||||
#endif
|
||||
|
||||
void usb_init_device(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue