From 311ae23a540a0918a769bca6e3c53ad0d4556273 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sun, 2 Nov 2008 00:23:23 +0000 Subject: declare m200v2 storage type git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18971 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-m200v2.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3