summaryrefslogtreecommitdiff
path: root/firmware/export/config/cowond2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/cowond2.h')
-rw-r--r--firmware/export/config/cowond2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config/cowond2.h b/firmware/export/config/cowond2.h
index d4623381fc..167f1125a1 100644
--- a/firmware/export/config/cowond2.h
+++ b/firmware/export/config/cowond2.h
@@ -58,10 +58,12 @@
58/* define this if you have a flash memory storage */ 58/* define this if you have a flash memory storage */
59#define HAVE_FLASH_STORAGE 59#define HAVE_FLASH_STORAGE
60 60
61#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) 61/* NAND is broken. */
62//#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
63#define CONFIG_STORAGE STORAGE_SD
62#define HAVE_MULTIDRIVE 64#define HAVE_MULTIDRIVE
63#define HAVE_HOTSWAP 65#define HAVE_HOTSWAP
64#define NUM_DRIVES 2 66#define NUM_DRIVES 1
65 67
66#define CONFIG_NAND NAND_TCC 68#define CONFIG_NAND NAND_TCC
67 69