summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2009-05-31 15:55:27 +0000
committerMagnus Holmgren <magnushol@gmail.com>2009-05-31 15:55:27 +0000
commit3651319d45b400899392751ae76a141be2b7de20 (patch)
treeb6fae0e794047d68420fa9755ac644440ae3e2e7
parent2ccbff32e17e841727420ece24b39aee7d31ca86 (diff)
downloadrockbox-3651319d45b400899392751ae76a141be2b7de20.tar.gz
rockbox-3651319d45b400899392751ae76a141be2b7de20.zip
Fix typo. Not sure how it will affect targets with that CPU though...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21146 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 56cd2dec94..5cdf46dcfd 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -775,7 +775,7 @@ Lyre prototype 1*/
#elif CONFIG_USBOTG == USBOTG_JZ4740
#define USB_HAS_BULK
#define USB_HAS_INTERRUPT
-#elif defined(CPU_TCC780X) || defined(define CPU_TCC77X)
+#elif defined(CPU_TCC780X) || defined(CPU_TCC77X)
#define USB_HAS_BULK
#endif /* CONFIG_USBOTG */