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 /apps/recorder/icons.h | |
parent | c9cc73ec1988dae9e3d1a09347ceac2a4ecc1f67 (diff) |
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 'apps/recorder/icons.h')
-rw-r--r-- | apps/recorder/icons.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index d9d743a26c..48e9a167ee 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -63,7 +63,7 @@ enum icons_7x8 { extern const unsigned char bitmap_icons_5x8[1][5]; extern const unsigned char bitmap_icons_6x8[LastIcon][6]; extern const unsigned char bitmap_icons_7x8[Icon_Last][7]; -#ifndef HAVE_LED +#if CONFIG_LED == LED_VIRTUAL extern const unsigned char bitmap_icon_disk[]; #endif @@ -106,7 +106,7 @@ extern void statusbar_icon_lock(void); #ifdef HAVE_RTC extern void statusbar_time(int hour, int minute); #endif -#ifndef HAVE_LED +#if CONFIG_LED == LED_VIRTUAL extern void statusbar_led(void); #endif |