summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-09-18 21:10:47 +0000
committerNils Wallménius <nils@rockbox.org>2007-09-18 21:10:47 +0000
commit804aada500fbdf2c99b64d90ee3838c3a44cd429 (patch)
treec109eca1e5c069655a42b4a2d5a6dd3123ec4c6b /firmware/export/config-h10.h
parent36427dde3f19e874bb9242699feb34ed657f71d9 (diff)
downloadrockbox-804aada500fbdf2c99b64d90ee3838c3a44cd429.tar.gz
rockbox-804aada500fbdf2c99b64d90ee3838c3a44cd429.zip
Increase Max settable battery capacity for the H10, closes FS#7795
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14746 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r--firmware/export/config-h10.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index c00e365190..93ec226c50 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -95,8 +95,8 @@
95 95
96#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ 96#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */
97#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 97#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
98#define BATTERY_CAPACITY_MAX 1600 /* max. capacity selectable */ 98#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
99#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 99#define BATTERY_CAPACITY_INC 50 /* capacity increment */
100#define BATTERY_TYPES_COUNT 1 /* only one type */ 100#define BATTERY_TYPES_COUNT 1 /* only one type */
101 101
102/* Hardware controlled charging */ 102/* Hardware controlled charging */