summaryrefslogtreecommitdiff
path: root/firmware/export/config-creativezvm.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-08-27 20:32:12 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-08-27 20:32:12 +0000
commit944c33403ca92d34d38e82a5778a456a2b5c3e01 (patch)
tree5cf616ab91ccaecfabdced39af9966965ab6210e /firmware/export/config-creativezvm.h
parent109a8677425eefd10e4a4df759e3c1c9c857ff45 (diff)
downloadrockbox-944c33403ca92d34d38e82a5778a456a2b5c3e01.tar.gz
rockbox-944c33403ca92d34d38e82a5778a456a2b5c3e01.zip
* 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 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-creativezvm.h')
-rw-r--r--firmware/export/config-creativezvm.h4
1 files changed, 2 insertions, 2 deletions
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 @@
166#define USB_PRODUCT_ID 0x4133 166#define USB_PRODUCT_ID 0x4133
167 167
168/*DEBUGGING!*/ 168/*DEBUGGING!*/
169#ifdef BOOTLOADER 169/*
170#define THREAD_EXTRA_CHECKS 1 170#define THREAD_EXTRA_CHECKS 1
171#define DEBUG 1 171#define DEBUG 1
172#define debug(msg) printf(msg) 172#define debug(msg) printf(msg)
173#define BUTTON_DEBUG 173#define BUTTON_DEBUG
174#endif 174*/
175 175
176#endif 176#endif