summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h300.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index ceef86e25f..2dea66beca 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -29,6 +29,8 @@
29 29
30#define CONFIG_I2C I2C_H100 30#define CONFIG_I2C I2C_H100
31 31
32#define HAVE_UDA1380
33
32/* Type of mobile power */ 34/* Type of mobile power */
33#define CONFIG_BATTERY BATT_LIPOL1300 35#define CONFIG_BATTERY BATT_LIPOL1300
34 36
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 654d9c1e26..de54e7740f 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -29,6 +29,8 @@
29 29
30#define CONFIG_I2C I2C_H100 30#define CONFIG_I2C I2C_H100
31 31
32#define HAVE_UDA1380
33
32/* Type of mobile power */ 34/* Type of mobile power */
33#define CONFIG_BATTERY BATT_LIPOL1300 35#define CONFIG_BATTERY BATT_LIPOL1300
34 36