summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-07-06 14:24:22 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-07-06 14:24:22 +0000
commit25fdcf3c148dd1ed208719e900a51ecc11f22c92 (patch)
tree74dcd531c8e51918d57d390cbce573889c2218fd
parente3636a8f32c10e4ae022472cc662be958f1e7fd3 (diff)
downloadrockbox-25fdcf3c148dd1ed208719e900a51ecc11f22c92.tar.gz
rockbox-25fdcf3c148dd1ed208719e900a51ecc11f22c92.zip
Samsa: fix red for clip/m200v4/c200v2 (typo)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21691 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-c200v2.h2
-rw-r--r--firmware/export/config-clip.h2
-rw-r--r--firmware/export/config-m200v4.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h
index cde5e9b0e5..2523a29b24 100644
--- a/firmware/export/config-c200v2.h
+++ b/firmware/export/config-c200v2.h
@@ -174,7 +174,7 @@
174 174
175#define USB_HANDLED_BY_OF 175#define USB_HANDLED_BY_OF
176 176
177#define CONFIG_USB USBOTG_AS3525 177#define CONFIG_USBOTG USBOTG_AS3525
178 178
179/* enable these for the experimental usb stack */ 179/* enable these for the experimental usb stack */
180#define HAVE_USBSTACK 180#define HAVE_USBSTACK
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 45b0a607c0..57dd6bf374 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -175,7 +175,7 @@
175 175
176#define USB_HANDLED_BY_OF 176#define USB_HANDLED_BY_OF
177 177
178#define CONFIG_USB USBOTG_AS3525 178#define CONFIG_USBOTG USBOTG_AS3525
179 179
180/* enable these for the experimental usb stack */ 180/* enable these for the experimental usb stack */
181#define HAVE_USBSTACK 181#define HAVE_USBSTACK
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index e23f3eb0e2..21d777bf6d 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -143,7 +143,7 @@
143 143
144#define USB_HANDLED_BY_OF 144#define USB_HANDLED_BY_OF
145 145
146#define CONFIG_USB USBOTG_AS3525 146#define CONFIG_USBOTG USBOTG_AS3525
147 147
148/* enable these for the experimental usb stack */ 148/* enable these for the experimental usb stack */
149#define HAVE_USBSTACK 149#define HAVE_USBSTACK