From 0646b525ebc1c941062ce43a936d7063aa89fdf9 Mon Sep 17 00:00:00 2001 From: gevaerts Date: Tue, 20 Oct 2009 18:33:23 +0000 Subject: [PATCH] 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 --- firmware/export/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/export/config.h b/firmware/export/config.h index 1975e4b52..adc03d54f 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 */ -- 2.11.4.GIT