diff options
| -rw-r--r-- | firmware/export/config-h100.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h300.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index ceef86e..2dea66b 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -29,6 +29,8 @@ #define CONFIG_I2C I2C_H100 +#define HAVE_UDA1380 + /* Type of mobile power */ #define CONFIG_BATTERY BATT_LIPOL1300 diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 654d9c1..de54e77 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -29,6 +29,8 @@ #define CONFIG_I2C I2C_H100 +#define HAVE_UDA1380 + /* Type of mobile power */ #define CONFIG_BATTERY BATT_LIPOL1300 |