summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index e1e52dd4db..f7fe700a3e 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -13,7 +13,7 @@
13#define MODEL_NUMBER 1 13#define MODEL_NUMBER 1
14 14
15/* define this if you have a bitmap LCD display */ 15/* define this if you have a bitmap LCD display */
16#define HAVE_LCD_BITMAP 1 16#define HAVE_LCD_BITMAP
17 17
18/* define this if you can flip your LCD */ 18/* define this if you can flip your LCD */
19#define HAVE_LCD_FLIP 19#define HAVE_LCD_FLIP
@@ -80,7 +80,7 @@
80#define HAVE_UDA1380 80#define HAVE_UDA1380
81 81
82/* define this if you have recording possibility */ 82/* define this if you have recording possibility */
83#define HAVE_RECORDING 1 83#define HAVE_RECORDING
84 84
85/* define hardware samples rate caps mask */ 85/* define hardware samples rate caps mask */
86#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 86#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)