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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 343fc89b42..a3e982a062 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -16,7 +16,10 @@
16/* Define this if you have a Motorola SCF5249 */ 16/* Define this if you have a Motorola SCF5249 */
17#define CONFIG_CPU MCF5249 17#define CONFIG_CPU MCF5249
18 18
19/* Define this if the platform has batteries */ 19/* Type of mobile power, FIXME: probably different, make new type */
20#define CONFIG_BATTERY BATT_LIION2200
21
22/* Define this if the platform can charge batteries */
20#define HAVE_BATTERIES 1 23#define HAVE_BATTERIES 1
21 24
22/* The start address index for ROM builds */ 25/* The start address index for ROM builds */