diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-09-11 03:48:05 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-09-11 03:48:05 +0000 |
commit | 57ea92cae1f4d0f28b453e0caf68977c599cc096 (patch) | |
tree | f933e3e57ca502aaac0adbbeac821832b52bdbba /firmware/export/config-ondiofm.h | |
parent | b26f6e05f8ea215738ef7b8d4ed82a73eca2fe0e (diff) |
prepared an empty MMC driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5065 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r-- | firmware/export/config-ondiofm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index 646deddb69..b7b557e1ec 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -61,3 +61,6 @@ /* Define this for different ADC channel assignment */ #define HAVE_ONDIO_ADC +/* Define this for MMC support instead of ATA harddisk */ +#define HAVE_MMC + |