diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-08-15 22:54:06 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-08-15 22:54:06 +0000 |
commit | c4a59a290b81cae137f8b3c2b709c9c565701eb9 (patch) | |
tree | 9d54832f14b8fe365e427152011b62026f61e898 /firmware/export/config-h300.h | |
parent | 98c9f959e53536a0b63d0376fad198ef883c5c03 (diff) |
eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, added debug entry for h3x0 that allows to write to the eeprom
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10597 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h300.h')
-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 f3ba076334..2a174bc4e5 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -133,4 +133,7 @@ /* define this if the unit can be powered or charged via USB */ #define HAVE_USB_POWER +/* Define this if there is an EEPROM chip */ +#define HAVE_EEPROM + #endif /* SIMULATOR */ |