summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-10-20 18:33:23 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-10-20 18:33:23 +0000
commitad29c35d7b8b8bc9acc7da857bd642b1fdbf3a4c (patch)
tree83880331025f69452fc29eacbd6946db5af7bf9b
parent1c2172d45307e1f43ef10cde516174b59f90f6e3 (diff)
Don't selecu any usb class drivers for a simulator build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23295 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1975e4b52a..adc03d54f8 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -857,6 +857,7 @@ Lyre prototype 1 */
#else /* BOOTLOADER */
+#ifndef SIMULATOR
//#define USB_ENABLE_SERIAL
#define USB_ENABLE_STORAGE
@@ -865,6 +866,7 @@ Lyre prototype 1 */
#else
#define USB_ENABLE_CHARGING_ONLY
#endif
+#endif
#endif /* BOOTLOADER */