1
0
Fork 0
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:
Rafaël Carré 2011-12-31 20:08:34 +00:00
parent c55672bcef
commit cddb1cfb16
7 changed files with 14 additions and 13 deletions

View file

@ -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 */