From 0bfa3e76ce8f2c5465ff568b7f4dcf7b5fbb462f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Wed, 1 Aug 2007 08:50:44 +0000 Subject: Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuff for flash storage targets as they make no sense git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14110 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-e200.h') diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index bbf4ce0..b59974a 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -84,6 +84,9 @@ #define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ +/* define this if you have a flash memory storage */ +#define HAVE_FLASH_STORAGE + /** Non-simulator section **/ #ifndef SIMULATOR -- cgit v1.1