summaryrefslogtreecommitdiff
path: root/firmware/export/config-yh925.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-08-07 13:32:35 +0000
committerThomas Martitz <kugel@rockbox.org>2009-08-07 13:32:35 +0000
commit0f50302b1d437496fc546d8b101df5766659ef1c (patch)
tree8027606512f5cab41e6bb021d7ad626d780d0832 /firmware/export/config-yh925.h
parent6e5448da22fc80e7ff882f8d26a57f48ce289f1f (diff)
downloadrockbox-0f50302b1d437496fc546d8b101df5766659ef1c.tar.gz
rockbox-0f50302b1d437496fc546d8b101df5766659ef1c.zip
Samsung YH925: Support for battery monitoring and charging. Discharge curve not yet calibrated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22194 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-yh925.h')
-rw-r--r--firmware/export/config-yh925.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h
index bd15b5aa44..87b7a00ccc 100644
--- a/firmware/export/config-yh925.h
+++ b/firmware/export/config-yh925.h
@@ -131,9 +131,9 @@
131 131
132#define AB_REPEAT_ENABLE 1 132#define AB_REPEAT_ENABLE 1
133 133
134#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ 134#define BATTERY_CAPACITY_DEFAULT 900 /* default battery capacity */
135#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 135#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
136#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 136#define BATTERY_CAPACITY_MAX 1150 /* max. capacity selectable */
137#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 137#define BATTERY_CAPACITY_INC 50 /* capacity increment */
138#define BATTERY_TYPES_COUNT 1 /* only one type */ 138#define BATTERY_TYPES_COUNT 1 /* only one type */
139 139