summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-08 17:45:52 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-08 17:45:52 +0000
commit43079ea07f13a7631cd3c0e5993638235427a476 (patch)
tree13ff7f3370f2793797fe9bd51e4e459a5dda695f /firmware/export/config-h100.h
parent5cf1c97aea10864ecb6c3836a5c17845a5906d79 (diff)
downloadrockbox-43079ea07f13a7631cd3c0e5993638235427a476.tar.gz
rockbox-43079ea07f13a7631cd3c0e5993638235427a476.zip
multiple battery types prepared (CONFIG_BATTERY)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5227 a1c6a512-1295-4272-9138-f99709370657
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 */