diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-06-04 23:15:52 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-06-04 23:15:52 +0000 |
| commit | 5690f78fb23ec66aeadf5ecf8200b5610b3e59d2 (patch) | |
| tree | 62bab156602ab905851fbb000c22d48bf2f8f85e /firmware/export/config-recorderv2.h | |
| parent | c9cc73ec1988dae9e3d1a09347ceac2a4ecc1f67 (diff) | |
| download | rockbox-5690f78fb23ec66aeadf5ecf8200b5610b3e59d2.zip rockbox-5690f78fb23ec66aeadf5ecf8200b5610b3e59d2.tar.gz rockbox-5690f78fb23ec66aeadf5ecf8200b5610b3e59d2.tar.bz2 rockbox-5690f78fb23ec66aeadf5ecf8200b5610b3e59d2.tar.xz | |
Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6568 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorderv2.h')
| -rw-r--r-- | firmware/export/config-recorderv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index b9a0118..e042a78 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -67,8 +67,8 @@ /* The start address index for ROM builds */ #define ROM_START 0x12010 -/* Define this for programmable LED available */ -#define HAVE_LED +/* Software controlled LED */ +#define CONFIG_LED LED_REAL /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ |