summaryrefslogtreecommitdiff
path: root/firmware/export/config-m200.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-11-01 16:49:38 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-11-01 16:49:38 +0000
commit526304e1cec3fd532c9712b330b2ee469586cf13 (patch)
treec976faad54edabf0677573b33bccc022e8591b6f /firmware/export/config-m200.h
parentad9db4de3dee9db8f08b5a28f731b066c35e41e6 (diff)
downloadrockbox-526304e1cec3fd532c9712b330b2ee469586cf13.tar.gz
rockbox-526304e1cec3fd532c9712b330b2ee469586cf13.zip
fix reds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18962 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-m200.h')
-rw-r--r--firmware/export/config-m200.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-m200.h b/firmware/export/config-m200.h
index b3b71ee778..cab1c9927b 100644
--- a/firmware/export/config-m200.h
+++ b/firmware/export/config-m200.h
@@ -38,6 +38,10 @@
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 CONFIG_STORAGE STORAGE_NAND
42
43#define CONFIG_NAND NAND_TCC
44
41/* LCD dimensions */ 45/* LCD dimensions */
42#define LCD_WIDTH 128 46#define LCD_WIDTH 128
43#define LCD_HEIGHT 64 47#define LCD_HEIGHT 64
@@ -124,8 +128,4 @@
124#define ICODE_ATTR_ALAC 128#define ICODE_ATTR_ALAC
125#define IBSS_ATTR_SHORTEN_DECODED0 129#define IBSS_ATTR_SHORTEN_DECODED0
126 130
127#define CONFIG_STORAGE STORAGE_NAND
128
129#define CONFIG_NAND NAND_TCC
130
131#endif /* SIMULATOR */ 131#endif /* SIMULATOR */