summaryrefslogtreecommitdiff
path: root/firmware/export/config-creativezvm.h
diff options
context:
space:
mode:
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