diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-18 14:06:50 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-18 14:06:50 +0000 |
commit | f4c2b96daa09e58e307d2f3998932553294b9098 (patch) | |
tree | f75bd401dc219faed5d5e70a96d44a798f2cbb4a /firmware/export | |
parent | fa24eb940a6483c110beca691225a6968848d78b (diff) |
H300 has no ATA LED
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7961 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-h100.h | 2 | ||||
-rw-r--r-- | firmware/export/config-h120.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 19bb99bc04..35b35e0f27 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -91,6 +91,8 @@ #define USB_IRIVERSTYLE +#define HAVE_ATA_LED_CTRL + /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index b2c34c5a55..e6c829a2a5 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -88,6 +88,8 @@ #define USB_IRIVERSTYLE +#define HAVE_ATA_LED_CTRL + /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ |