summaryrefslogtreecommitdiff
path: root/firmware/export/config-neo35.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-09-10 12:55:55 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-09-10 12:55:55 +0000
commitc45d54b4672482cf251bacbfcac7ef404b160d67 (patch)
tree7665bf9642f564175f6c7ec6ad4a0bf3eccd46d0 /firmware/export/config-neo35.h
parent9bb648800b38e6c5b2db27ab1cff1917e34d6e33 (diff)
downloadrockbox-c45d54b4672482cf251bacbfcac7ef404b160d67.tar.gz
rockbox-c45d54b4672482cf251bacbfcac7ef404b160d67.zip
no double negation, define present features, not absent
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5058 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-neo35.h')
-rw-r--r--firmware/export/config-neo35.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-neo35.h b/firmware/export/config-neo35.h
index ae4d74c57a..0f50724c52 100644
--- a/firmware/export/config-neo35.h
+++ b/firmware/export/config-neo35.h
@@ -41,3 +41,9 @@
41/* If this is a Neo-style memory architecture platform */ 41/* If this is a Neo-style memory architecture platform */
42#define NEO_MEMORY 1 42#define NEO_MEMORY 1
43 43
44/* Define this for programmable LED available */
45#define HAVE_LED
46
47/* Define this for LCD backlight available */
48#define HAVE_BACKLIGHT
49