From 9f77d98c34ce252b5d9f89d578c416d311c0de2b Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Thu, 6 Mar 2008 21:35:07 +0000 Subject: disable USB_SERIAL by default again. It got enabled accidentally in the last commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16542 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/usb_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/usb_core.h b/firmware/export/usb_core.h index 97712bca4d..a1701bc3f8 100644 --- a/firmware/export/usb_core.h +++ b/firmware/export/usb_core.h @@ -21,7 +21,7 @@ #ifndef BOOTLOADER -#define USB_SERIAL +//#define USB_SERIAL #define USB_STORAGE #define USB_CHARGING_ONLY #else /* BOOTLOADER */ -- cgit v1.2.3