forked from len0rd/rockbox
Remove USBOTG_AS3525v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31502 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c55672bcef
commit
cddb1cfb16
7 changed files with 14 additions and 13 deletions
|
|
@ -35,6 +35,10 @@
|
|||
#include <inttypes.h>
|
||||
#include "power.h"
|
||||
|
||||
#if CONFIG_CPU == AS3525v2 /* FIXME FIXME FIXME */
|
||||
# include "as3525/usb-drv-as3525v2.c"
|
||||
#else
|
||||
|
||||
struct ep_type
|
||||
{
|
||||
bool active;
|
||||
|
|
@ -374,3 +378,4 @@ void usb_attach(void)
|
|||
{
|
||||
usb_enable(true);
|
||||
}
|
||||
#endif // CONFIG_CPU == AS3525v2 /* FIXME FIXME FIXME */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue