summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 9bfb9583dd..e7fb73ea0f 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -8,7 +8,7 @@
8#define MODEL_NUMBER 0 8#define MODEL_NUMBER 0
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 can flip your LCD */ 13/* define this if you can flip your LCD */
14#define HAVE_LCD_FLIP 14#define HAVE_LCD_FLIP
@@ -73,7 +73,7 @@
73#define HAVE_UDA1380 73#define HAVE_UDA1380
74 74
75/* define this if you have recording possibility */ 75/* define this if you have recording possibility */
76#define HAVE_RECORDING 1 76#define HAVE_RECORDING
77 77
78/* define hardware samples rate caps mask */ 78/* define hardware samples rate caps mask */
79#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 79#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)