summaryrefslogtreecommitdiff
path: root/firmware/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/config.h')
-rw-r--r--firmware/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/config.h b/firmware/config.h
index 63f08e757b..74eb693416 100644
--- a/firmware/config.h
+++ b/firmware/config.h
@@ -42,7 +42,6 @@
#define DEFAULT_POWEROFF_SETTING 0
#define DEFAULT_BACKLIGHT_SETTING 1
-#define DEBUG_CRT_ON 1
-#define CRT_DISPLAY 1
+#define CRT_DISPLAY 0 /* see debug.c debug() -> printf() */
#endif