diff options
| -rw-r--r-- | firmware/export/config-e200v2.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-fuze.h | 2 |
2 files changed, 4 insertions, 0 deletions
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 |