diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2008-12-11 14:16:05 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2008-12-11 14:16:05 +0000 |
commit | eb6db0a6473eef783778a16974bf8c0b01f07f40 (patch) | |
tree | afe4c6e4f13c62a9b0c8c9176d942383d8224d2f /firmware/export/config-fuze.h | |
parent | 76ea5f0fae0f1cec2c1334a52f5aa8b827bba247 (diff) |
Sansa e200v2 and Fuze : disable not implemented recording
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19391 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-fuze.h')
-rw-r--r-- | firmware/export/config-fuze.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h index ceec082298..5607e4a93f 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 |