summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzeplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzeplus.h')
-rw-r--r--firmware/export/config/sansafuzeplus.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index e0dc76a766..4c3cd6014b 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -118,13 +118,9 @@
118#define HAVE_FLASH_STORAGE 118#define HAVE_FLASH_STORAGE
119 119
120/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 120/* define this if the flash memory uses the SecureDigital Memory Card protocol */
121#ifdef BOOTLOADER 121#define CONFIG_STORAGE (STORAGE_SD | STORAGE_MMC)
122# define CONFIG_STORAGE STORAGE_MMC 122#define NUM_DRIVES 2
123#else 123#define HAVE_HOTSWAP
124# define CONFIG_STORAGE (STORAGE_SD | STORAGE_MMC)
125# define NUM_DRIVES 2
126# define HAVE_HOTSWAP
127#endif
128 124
129/* todo */ 125/* todo */
130#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */ 126#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */