diff options
Diffstat (limited to 'firmware/export/config/creativezen.h')
-rw-r--r-- | firmware/export/config/creativezen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/creativezen.h b/firmware/export/config/creativezen.h index bd1dd6c2b1..a3bb3a0ac6 100644 --- a/firmware/export/config/creativezen.h +++ b/firmware/export/config/creativezen.h @@ -11,12 +11,12 @@ /* Define if boot data from bootloader has been enabled for the target */ #define HAVE_BOOTDATA -#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48 +#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 /* define this if you have recording possibility */ #define HAVE_RECORDING -#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48 +#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96 /* Default recording levels */ #define DEFAULT_REC_MIC_GAIN 23 |