From 25fdcf3c148dd1ed208719e900a51ecc11f22c92 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 6 Jul 2009 14:24:22 +0000 Subject: Samsa: fix red for clip/m200v4/c200v2 (typo) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21691 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-c200v2.h | 2 +- firmware/export/config-clip.h | 2 +- firmware/export/config-m200v4.h | 2 +- 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 -- cgit v1.2.3