From 5690f78fb23ec66aeadf5ecf8200b5610b3e59d2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 4 Jun 2005 23:15:52 +0000 Subject: 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 --- apps/recorder/icons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/recorder/icons.c') diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 26e494e29d..ee8c69a05c 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -74,7 +74,7 @@ const unsigned char bitmap_icons_7x8[][7] = {0x20,0x30,0x38,0x3c,0x38,0x30,0x20}, /* Up-arrow */ }; -#ifndef HAVE_LED +#if CONFIG_LED == LED_VIRTUAL /* Disk/MMC activity */ const unsigned char bitmap_icon_disk[12] = {0x15,0x3f,0x7d,0x7B,0x77,0x67,0x79,0x7b,0x57,0x4f,0x47,0x7f}; @@ -405,7 +405,7 @@ void statusbar_icon_lock(void) STATUSBAR_Y_POS, 5, 8, false); } -#ifndef HAVE_LED +#if CONFIG_LED == LED_VIRTUAL /* * no real LED: disk activity in status bar */ -- cgit v1.2.3