summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorGreg White <gwhite@rockbox.org>2007-01-14 14:12:48 +0000
committerGreg White <gwhite@rockbox.org>2007-01-14 14:12:48 +0000
commit7f4ca01b3d4517e87dc0d465ea360414c3cc1030 (patch)
treef2d2a097e12cd884ae7ec1679e3a895c4d949459 /firmware/export
parentd64e626387e21dc6a7ab374f17dec1e902cd9779 (diff)
downloadrockbox-7f4ca01b3d4517e87dc0d465ea360414c3cc1030.tar.gz
rockbox-7f4ca01b3d4517e87dc0d465ea360414c3cc1030.zip
Update battery capacity and discharge tables to reflect current battery benchmarks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12010 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-gigabeat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index 3dbdadf621..a12322ef4c 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -65,7 +65,7 @@
65/* Define this if you have the WM8975 audio codec */ 65/* Define this if you have the WM8975 audio codec */
66#define HAVE_WM8751 66#define HAVE_WM8751
67 67
68#define BATTERY_CAPACITY_DEFAULT 830 /* default battery capacity */ 68#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
69 69
70#ifndef SIMULATOR 70#ifndef SIMULATOR
71 71
@@ -80,8 +80,8 @@
80 80
81/* Type of mobile power - check this out */ 81/* Type of mobile power - check this out */
82#define CONFIG_BATTERY BATT_LIION830 /* could change this later */ 82#define CONFIG_BATTERY BATT_LIION830 /* could change this later */
83#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 83#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
84#define BATTERY_CAPACITY_MAX 850 /* max. capacity selectable */ 84#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */
85#define BATTERY_CAPACITY_INC 25 /* capacity increment */ 85#define BATTERY_CAPACITY_INC 25 /* capacity increment */
86#define BATTERY_TYPES_COUNT 1 /* only one type */ 86#define BATTERY_TYPES_COUNT 1 /* only one type */
87 87