From 9ceb31132891f99c7582df1ddf3bb0ab25dc752d Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 15 Dec 2005 10:07:19 +0000 Subject: [PATCH] Enabled the virtual ATA LED on the H300 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8241 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h300.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 3f7c7d391e..019b090cee 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -81,6 +81,9 @@ /* Define this if you have ATA power-off control */ #define HAVE_ATA_POWER_OFF +/* Virtual LED (icon) */ +#define CONFIG_LED LED_VIRTUAL + #define CONFIG_LCD LCD_H300 /* Offset ( in the firmware file's header ) to the file CRC */