diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2008-11-02 00:23:23 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2008-11-02 00:23:23 +0000 |
| commit | 311ae23a540a0918a769bca6e3c53ad0d4556273 (patch) | |
| tree | 60cdd8893076d0c549712d296b7e8fc114a854a5 | |
| parent | 66f496cb88758313c8a6ab3675a7592b185cc10d (diff) | |
| download | rockbox-311ae23a540a0918a769bca6e3c53ad0d4556273.zip rockbox-311ae23a540a0918a769bca6e3c53ad0d4556273.tar.gz rockbox-311ae23a540a0918a769bca6e3c53ad0d4556273.tar.bz2 rockbox-311ae23a540a0918a769bca6e3c53ad0d4556273.tar.xz | |
declare m200v2 storage type
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18971 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-m200v2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-m200v2.h b/firmware/export/config-m200v2.h index 64d41dc..3acc30e 100644 --- a/firmware/export/config-m200v2.h +++ b/firmware/export/config-m200v2.h @@ -38,6 +38,9 @@ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE +/* define this if the flash memory uses the SecureDigital Memory Card protocol */ +#define CONFIG_STORAGE STORAGE_SD + /* LCD dimensions */ #define LCD_WIDTH 128 #define LCD_HEIGHT 64 |