summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.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-recorderv2.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-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 3187038906..1066ece536 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -57,3 +57,10 @@
57 57
58/* The start address index for ROM builds */ 58/* The start address index for ROM builds */
59#define ROM_START 0x12010 59#define ROM_START 0x12010
60
61/* Define this for programmable LED available */
62#define HAVE_LED
63
64/* Define this for LCD backlight available */
65#define HAVE_BACKLIGHT
66