summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/creativezen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/creativezen.h b/firmware/export/config/creativezen.h
index 0caf499379..004e1403b7 100644
--- a/firmware/export/config/creativezen.h
+++ b/firmware/export/config/creativezen.h
@@ -49,9 +49,6 @@
49/* define this if you would like tagcache to build on this target */ 49/* define this if you would like tagcache to build on this target */
50#define HAVE_TAGCACHE 50#define HAVE_TAGCACHE
51 51
52/* define this if you have LCD enable function */
53#define HAVE_LCD_ENABLE
54
55/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE 52/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
56 should be defined as well. 53 should be defined as well.
57#define HAVE_LCD_SLEEP 54#define HAVE_LCD_SLEEP
@@ -74,6 +71,9 @@
74 71
75#endif /* !BOOTLOADER */ 72#endif /* !BOOTLOADER */
76 73
74/* define this if you have LCD enable function */
75#define HAVE_LCD_ENABLE
76
77/* define this if you have an i.MX23 codec */ 77/* define this if you have an i.MX23 codec */
78#define HAVE_IMX233_CODEC 78#define HAVE_IMX233_CODEC
79 79