summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-09-15 07:46:43 +0000
committerNils Wallménius <nils@rockbox.org>2007-09-15 07:46:43 +0000
commitb96ab07d6f93d80d7d3dd91930c620cd8ae1a940 (patch)
treee83134b01f5de4c1bd3ad0d3a890f2a65d147cc6 /firmware/export
parent0875a953752cb863206ec8b616d74464a1d6b556 (diff)
downloadrockbox-b96ab07d6f93d80d7d3dd91930c620cd8ae1a940.tar.gz
rockbox-b96ab07d6f93d80d7d3dd91930c620cd8ae1a940.zip
Allow higher battery capacities to be set for ipod 3G, closes FS#7782
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14707 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipod3g.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index e4be8c7d6e..6555aad9db 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -74,7 +74,7 @@
74 74
75#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ 75#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */
76#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */ 76#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */
77#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ 77#define BATTERY_CAPACITY_MAX 1200 /* max. capacity selectable */
78#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 78#define BATTERY_CAPACITY_INC 10 /* capacity increment */
79#define BATTERY_TYPES_COUNT 1 /* only one type */ 79#define BATTERY_TYPES_COUNT 1 /* only one type */
80 80