diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-m200v2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-m200v2.h b/firmware/export/config-m200v2.h index 64d41dc754..3acc30ebf1 100644 --- a/firmware/export/config-m200v2.h +++ b/firmware/export/config-m200v2.h @@ -38,6 +38,9 @@ /* define this if you have a flash memory storage */ #define HAVE_FLASH_STORAGE +/* define this if the flash memory uses the SecureDigital Memory Card protocol */ +#define CONFIG_STORAGE STORAGE_SD + /* LCD dimensions */ #define LCD_WIDTH 128 #define LCD_HEIGHT 64 |