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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/recorder/icons.h') 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 -- cgit v1.2.3