summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/SOURCES2
-rw-r--r--firmware/export/config-cowond2.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 80e5cf24a7..3a6e49d0d2 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1249,7 +1249,7 @@ target/arm/lcd-as-memframe.S
1249target/arm/tcc780x/adc-tcc780x.c 1249target/arm/tcc780x/adc-tcc780x.c
1250target/arm/tcc780x/system-tcc780x.c 1250target/arm/tcc780x/system-tcc780x.c
1251target/arm/tcc780x/kernel-tcc780x.c 1251target/arm/tcc780x/kernel-tcc780x.c
1252target/arm/tcc780x/sd-tcc780x.c 1252/*target/arm/tcc780x/sd-tcc780x.c*/
1253target/arm/tcc780x/cowond2/button-cowond2.c 1253target/arm/tcc780x/cowond2/button-cowond2.c
1254target/arm/tcc780x/cowond2/lcd-cowond2.c 1254target/arm/tcc780x/cowond2/lcd-cowond2.c
1255target/arm/tcc780x/cowond2/power-cowond2.c 1255target/arm/tcc780x/cowond2/power-cowond2.c
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 0637a70a34..cd54c791b8 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -62,7 +62,7 @@
62/* define this if you have a flash memory storage */ 62/* define this if you have a flash memory storage */
63#define HAVE_FLASH_STORAGE 63#define HAVE_FLASH_STORAGE
64 64
65#ifndef SIMULATOR 65#if 0 // #ifndef SIMULATOR
66#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD) 66#define CONFIG_STORAGE (STORAGE_NAND | STORAGE_SD)
67#define HAVE_MULTIDRIVE 67#define HAVE_MULTIDRIVE
68#define HAVE_HOTSWAP 68#define HAVE_HOTSWAP