diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2007-08-29 09:17:48 +0000 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2007-08-29 09:17:48 +0000 |
| commit | 9226ffd351aa74925d017d29a4ff33eb0ed56fae (patch) | |
| tree | 9be30b498a41f8a91e0e3c3b82f024923e601d4e | |
| parent | 7d4c7f9f287374bad40978abf78531ecc8eafb06 (diff) | |
| download | rockbox-9226ffd351aa74925d017d29a4ff33eb0ed56fae.zip rockbox-9226ffd351aa74925d017d29a4ff33eb0ed56fae.tar.gz rockbox-9226ffd351aa74925d017d29a4ff33eb0ed56fae.tar.bz2 rockbox-9226ffd351aa74925d017d29a4ff33eb0ed56fae.tar.xz | |
uppps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14503 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-e200.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 745a26f..fdcfa84 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -152,10 +152,10 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC -/* enable these for the experimental usb stack*/ +/* enable these for the experimental usb stack #define HAVE_USBSTACK #define USBSTACK_CAPS CONTROLLER_DEVICE - +*/ /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |