summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index b44a2c5108..383bd1c632 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -8,10 +8,10 @@
8#define MODEL_NUMBER 2 8#define MODEL_NUMBER 2
9 9
10/* define this if you have a bitmap LCD display */ 10/* define this if you have a bitmap LCD display */
11#define HAVE_LCD_BITMAP 1 11#define HAVE_LCD_BITMAP
12 12
13/* define this if you have a colour LCD */ 13/* define this if you have a colour LCD */
14#define HAVE_LCD_COLOR 1 14#define HAVE_LCD_COLOR
15 15
16/* define this if you can flip your LCD */ 16/* define this if you can flip your LCD */
17#define HAVE_LCD_FLIP 17#define HAVE_LCD_FLIP
@@ -70,7 +70,7 @@
70#define HAVE_UDA1380 70#define HAVE_UDA1380
71 71
72/* define this if you have recording possibility */ 72/* define this if you have recording possibility */
73#define HAVE_RECORDING 1 73#define HAVE_RECORDING
74 74
75/* define hardware samples rate caps mask */ 75/* define hardware samples rate caps mask */
76#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 76#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)