diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-12-15 10:07:19 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-12-15 10:07:19 +0000 |
| commit | 9ceb31132891f99c7582df1ddf3bb0ab25dc752d (patch) | |
| tree | b9db508e9fcf0b4bd28c79830f1308cea1c3c4f3 | |
| parent | af5e0900e82dcf7e43b5c1e6b60b3a5438dc3360 (diff) | |
| download | rockbox-9ceb31132891f99c7582df1ddf3bb0ab25dc752d.zip rockbox-9ceb31132891f99c7582df1ddf3bb0ab25dc752d.tar.gz rockbox-9ceb31132891f99c7582df1ddf3bb0ab25dc752d.tar.bz2 rockbox-9ceb31132891f99c7582df1ddf3bb0ab25dc752d.tar.xz | |
Enabled the virtual ATA LED on the H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8241 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-h300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 3f7c7d3..019b090 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 */ |