summaryrefslogtreecommitdiff
path: root/firmware/export/config-m200.h
diff options
context:
space:
mode:
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 */