summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2011-12-31 20:14:49 +0000
committerRafaël Carré <rafael.carre@gmail.com>2011-12-31 20:14:49 +0000
commita2f6d83eec8ef0ce510d7458e6a9e72a54f59afd (patch)
tree2a2428719f1f9cec8f888b3ba176ba12719a43b1
parentcddb1cfb16f0616a43b2482dce2aea2a9a1d65f1 (diff)
downloadrockbox-a2f6d83eec8ef0ce510d7458e6a9e72a54f59afd.tar.gz
rockbox-a2f6d83eec8ef0ce510d7458e6a9e72a54f59afd.zip
typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31503 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 4d9636f3f9..f5bc7788d7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1062,7 +1062,7 @@ Lyre prototype 1 */
1062#if defined(HAVE_BOOTLOADER_USB_MODE) || \ 1062#if defined(HAVE_BOOTLOADER_USB_MODE) || \
1063 defined(CREATIVE_ZVx) || defined(CPU_TCC77X) || defined(CPU_TCC780X) || \ 1063 defined(CREATIVE_ZVx) || defined(CPU_TCC77X) || defined(CPU_TCC780X) || \
1064 CONFIG_USBOTG == USBOTG_JZ4740 || CONFIG_USBOTG == USBOTG_AS3525 || \ 1064 CONFIG_USBOTG == USBOTG_JZ4740 || CONFIG_USBOTG == USBOTG_AS3525 || \
1065 CONFIG_USBOTG == USBOTG_S3C6400x 1065 CONFIG_USBOTG == USBOTG_S3C6400X
1066#define USB_ENABLE_STORAGE 1066#define USB_ENABLE_STORAGE
1067#endif 1067#endif
1068 1068