From 46573019a53dca411f754d40d0f21c1e4eafaedf Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Tue, 7 Oct 2008 19:37:33 +0000 Subject: add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checking for an actual disk (i.e. related to spindown, skipping,...) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18735 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config-fmrecorder.h') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index fd85e51b46..1908f6a29d 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -65,6 +65,10 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +/* define this if you have a disk storage, i.e. something + that needs spinups and can cause skips when shaked */ +#define HAVE_DISK_STORAGE + #define CONFIG_I2C I2C_PLAYREC #define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */ -- cgit v1.2.3