diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-09-10 12:55:55 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-09-10 12:55:55 +0000 |
| commit | c45d54b4672482cf251bacbfcac7ef404b160d67 (patch) | |
| tree | 7665bf9642f564175f6c7ec6ad4a0bf3eccd46d0 /firmware/export/config-player.h | |
| parent | 9bb648800b38e6c5b2db27ab1cff1917e34d6e33 (diff) | |
| download | rockbox-c45d54b4672482cf251bacbfcac7ef404b160d67.zip rockbox-c45d54b4672482cf251bacbfcac7ef404b160d67.tar.gz rockbox-c45d54b4672482cf251bacbfcac7ef404b160d67.tar.bz2 rockbox-c45d54b4672482cf251bacbfcac7ef404b160d67.tar.xz | |
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-player.h')
| -rw-r--r-- | firmware/export/config-player.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 45eb1e4..2e50a2f 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -37,3 +37,10 @@ /* Define this if the platform has batteries */ #define HAVE_BATTERIES 1 + +/* Define this for programmable LED available */ +#define HAVE_LED + +/* Define this for LCD backlight available */ +#define HAVE_BACKLIGHT + |