diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-11-24 00:51:57 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-11-24 00:51:57 +0000 |
commit | 87900566919d0b3ae2cee358f78e82dda88fa865 (patch) | |
tree | c35b9b586227f0d2a86265716b29b6c8cae15499 /firmware/drivers | |
parent | b737775b32e97ac56fb8964b51233b4fc628ff72 (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.c | 2 |
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 |