summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-11-02 00:23:23 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-11-02 00:23:23 +0000
commit311ae23a540a0918a769bca6e3c53ad0d4556273 (patch)
tree60cdd8893076d0c549712d296b7e8fc114a854a5
parent66f496cb88758313c8a6ab3675a7592b185cc10d (diff)
downloadrockbox-311ae23a540a0918a769bca6e3c53ad0d4556273.tar.gz
rockbox-311ae23a540a0918a769bca6e3c53ad0d4556273.zip
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-m200v2.h b/firmware/export/config-m200v2.h
index 64d41dc754..3acc30ebf1 100644
--- a/firmware/export/config-m200v2.h
+++ b/firmware/export/config-m200v2.h
@@ -38,6 +38,9 @@
38/* define this if you have a flash memory storage */ 38/* define this if you have a flash memory storage */
39#define HAVE_FLASH_STORAGE 39#define HAVE_FLASH_STORAGE
40 40
41/* define this if the flash memory uses the SecureDigital Memory Card protocol */
42#define CONFIG_STORAGE STORAGE_SD
43
41/* LCD dimensions */ 44/* LCD dimensions */
42#define LCD_WIDTH 128 45#define LCD_WIDTH 128
43#define LCD_HEIGHT 64 46#define LCD_HEIGHT 64