diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-18 12:56:14 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-18 12:56:14 +0000 |
commit | f8f3fab62ce4295e63f1e2e658e0753da473e4eb (patch) | |
tree | 33188d81bca1f62040bcee0e9b1263d95b4d3931 /firmware/export/config/sansaclipv2.h | |
parent | a01422c54be29cf721a442053fd5a70686c8841e (diff) |
as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warnings
build it on fuzev2 and clipv2 too, it should be the same controller
as3525v1 file is only build for CONFIG_USBOTG == USBOTG_AS3525, no need
to check for it in the .c file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26142 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r-- | firmware/export/config/sansaclipv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 4c65e8fe86..262ed36167 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -169,7 +169,7 @@ #define USB_HANDLED_BY_OF /* USB On-the-go */ -#define CONFIG_USBOTG USBOTG_AS3525 +#define CONFIG_USBOTG USBOTG_AS3525v2 /* enable these for the experimental usb stack */ #define HAVE_USBSTACK |