summaryrefslogtreecommitdiffstats
path: root/firmware
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 /firmware
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
Diffstat (limited to 'firmware')
-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 @@
#define USB_HANDLED_BY_OF
-#define CONFIG_USB USBOTG_AS3525
+#define CONFIG_USBOTG USBOTG_AS3525
/* enable these for the experimental usb stack */
#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 @@
#define USB_HANDLED_BY_OF
-#define CONFIG_USB USBOTG_AS3525
+#define CONFIG_USBOTG USBOTG_AS3525
/* enable these for the experimental usb stack */
#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 @@
#define USB_HANDLED_BY_OF
-#define CONFIG_USB USBOTG_AS3525
+#define CONFIG_USBOTG USBOTG_AS3525
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK