diff options
author | Barry Wardell <rockbox@barrywardell.net> | 2008-03-04 14:40:04 +0000 |
---|---|---|
committer | Barry Wardell <rockbox@barrywardell.net> | 2008-03-04 14:40:04 +0000 |
commit | 4c67c334fe0c2613c4c8ad413be24547cd3359c1 (patch) | |
tree | 56cb79d5ecaeec3e44d029e59a20aefb8d54d19f /firmware/usbstack | |
parent | 46973f7f9f37cd07b90da4eb57296495af883fdc (diff) |
Oops. Didn't mean to commit this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16515 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/usbstack')
-rw-r--r-- | firmware/usbstack/usb_storage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c index b68b26f129..f1029c3c93 100644 --- a/firmware/usbstack/usb_storage.c +++ b/firmware/usbstack/usb_storage.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id: $ * - * Copyright (C) 2007 by Bj�rn Stenberg + * Copyright (C) 2007 by Björn Stenberg * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. @@ -20,7 +20,7 @@ #include "system.h" #include "usb_core.h" #include "usb_drv.h" -#define LOGF_ENABLE +//#define LOGF_ENABLE #include "logf.h" #include "ata.h" #include "hotswap.h" |