From 944c33403ca92d34d38e82a5778a456a2b5c3e01 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 27 Aug 2008 20:32:12 +0000 Subject: * Commit dual-boot support for Creative ZVx family * Add mkzenboot: makes it possible to integrate Rockbox bootloader with Creative firmwares without the need of distributing binaries * Add Tadeusz Pyś to credits, who figured out the minifs file system * Fix bootloader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-creativezvm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-creativezvm.h') diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h index b7a0fcef57..647e8e986c 100644 --- a/firmware/export/config-creativezvm.h +++ b/firmware/export/config-creativezvm.h @@ -166,11 +166,11 @@ #define USB_PRODUCT_ID 0x4133 /*DEBUGGING!*/ -#ifdef BOOTLOADER +/* #define THREAD_EXTRA_CHECKS 1 #define DEBUG 1 #define debug(msg) printf(msg) #define BUTTON_DEBUG -#endif +*/ #endif -- cgit v1.2.3