summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h6
-rw-r--r--firmware/export/config-h120.h6
-rw-r--r--firmware/export/config-h300.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 3185801078..5042c5407e 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -62,6 +62,9 @@
62 62
63#define HAVE_UDA1380 63#define HAVE_UDA1380
64 64
65/* define this if you have recording possibility */
66#define HAVE_RECORDING 1
67
65#ifndef SIMULATOR 68#ifndef SIMULATOR
66 69
67/* Define this if you have a Motorola SCF5249 */ 70/* Define this if you have a Motorola SCF5249 */
@@ -78,9 +81,6 @@
78 81
79#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ 82#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
80 83
81/* define this if you have recording possibility */
82#define HAVE_RECORDING 1
83
84/* Define this if the platform can charge batteries */ 84/* Define this if the platform can charge batteries */
85#define HAVE_CHARGING 1 85#define HAVE_CHARGING 1
86 86
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index a95698de69..0c8eec031e 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -58,6 +58,9 @@
58 58
59#define HAVE_UDA1380 59#define HAVE_UDA1380
60 60
61/* define this if you have recording possibility */
62#define HAVE_RECORDING 1
63
61#ifndef SIMULATOR 64#ifndef SIMULATOR
62 65
63/* Define this if you have a Motorola SCF5249 */ 66/* Define this if you have a Motorola SCF5249 */
@@ -70,9 +73,6 @@
70 73
71#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ 74#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
72 75
73/* define this if you have recording possibility */
74#define HAVE_RECORDING 1
75
76/* Define if we have a hardware defect that causes ticking on the audio line */ 76/* Define if we have a hardware defect that causes ticking on the audio line */
77#define HAVE_REMOTE_LCD_TICKING 77#define HAVE_REMOTE_LCD_TICKING
78 78
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 8a01203b87..f9901666e5 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -58,6 +58,9 @@
58 58
59#define HAVE_UDA1380 59#define HAVE_UDA1380
60 60
61/* define this if you have recording possibility */
62#define HAVE_RECORDING 1
63
61#ifndef SIMULATOR 64#ifndef SIMULATOR
62 65
63/* Define this if you have a Motorola SCF5249 */ 66/* Define this if you have a Motorola SCF5249 */
@@ -71,9 +74,6 @@
71 74
72#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */ 75#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */
73 76
74/* define this if you have recording possibility */
75#define HAVE_RECORDING 1
76
77/* Define this if the platform can charge batteries */ 77/* Define this if the platform can charge batteries */
78#define HAVE_CHARGING 1 78#define HAVE_CHARGING 1
79 79