summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-11-24 00:51:57 +0000
committerJens Arnold <amiconn@rockbox.org>2005-11-24 00:51:57 +0000
commit87900566919d0b3ae2cee358f78e82dda88fa865 (patch)
treec35b9b586227f0d2a86265716b29b6c8cae15499 /firmware/drivers
parentb737775b32e97ac56fb8964b51233b4fc628ff72 (diff)
Fixed yellow iPod builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8062 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index ec4b342beb..7ea29ea012 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -278,7 +278,7 @@ static volatile unsigned char* ata_control;
bool old_recorder = false;
int ata_spinup_time = 0;
-#ifdef CONFIG_LED
+#if CONFIG_LED == LED_REAL
static bool ata_led_enabled = true;
static bool ata_led_on = false;
#endif