1
0
Fork 0
forked from len0rd/rockbox

defaulting #define CRT_DISPLAY to off

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@346 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Stuart Martin 2002-04-30 19:44:55 +00:00
parent f2c1255922
commit a4f0f49a35

View file

@ -42,7 +42,6 @@
#define DEFAULT_POWEROFF_SETTING 0 #define DEFAULT_POWEROFF_SETTING 0
#define DEFAULT_BACKLIGHT_SETTING 1 #define DEFAULT_BACKLIGHT_SETTING 1
#define DEBUG_CRT_ON 1 #define CRT_DISPLAY 0 /* see debug.c debug() -> printf() */
#define CRT_DISPLAY 1
#endif #endif