From eb6db0a6473eef783778a16974bf8c0b01f07f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 11 Dec 2008 14:16:05 +0000 Subject: Sansa e200v2 and Fuze : disable not implemented recording git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19391 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200v2.h | 2 ++ firmware/export/config-fuze.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h index d144959..08a672b 100644 --- a/firmware/export/config-e200v2.h +++ b/firmware/export/config-e200v2.h @@ -9,6 +9,7 @@ #define HW_SAMPR_CAPS (SAMPR_CAP_44) +#if 0 /* define this if you have recording possibility */ #define HAVE_RECORDING @@ -19,6 +20,7 @@ /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) +#endif /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h index ceec082..5607e4a 100644 --- a/firmware/export/config-fuze.h +++ b/firmware/export/config-fuze.h @@ -9,6 +9,7 @@ #define HW_SAMPR_CAPS (SAMPR_CAP_44) +#if 0 /* define this if you have recording possibility */ #define HAVE_RECORDING @@ -19,6 +20,7 @@ /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) +#endif /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP -- cgit v1.1