summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-02-13 04:25:09 +0000
committerMark Arigo <markarigo@gmail.com>2009-02-13 04:25:09 +0000
commit5d5bab7ed4e4f9e3b13defa94dbd8b65a767fdb0 (patch)
treeb12d0914f476a0c237223dc8397b10511f99207e /firmware/export
parent8e5c4ce097526f7668d9ebe89b6cae40b756ed8b (diff)
downloadrockbox-5d5bab7ed4e4f9e3b13defa94dbd8b65a767fdb0.tar.gz
rockbox-5d5bab7ed4e4f9e3b13defa94dbd8b65a767fdb0.zip
Philips HDD1630 - working battery voltage readings. Still needs to be calibrated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19998 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rwxr-xr-xfirmware/export/config-hdd1630.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index 605a0453ed..7ccad010fe 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -118,11 +118,11 @@
118/* define this if you have a light associated with the buttons */ 118/* define this if you have a light associated with the buttons */
119/* #define HAVE_BUTTON_LIGHT */ 119/* #define HAVE_BUTTON_LIGHT */
120 120
121#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ 121#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */
122#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ 122#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */
123#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 123#define BATTERY_CAPACITY_MAX 630 /* max. capacity selectable */
124#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 124#define BATTERY_CAPACITY_INC 0 /* capacity increment */
125#define BATTERY_TYPES_COUNT 1 /* only one type */ 125#define BATTERY_TYPES_COUNT 1 /* only one type */
126 126
127/* Hardware controlled charging */ 127/* Hardware controlled charging */
128#define CONFIG_CHARGING CHARGING_SIMPLE 128#define CONFIG_CHARGING CHARGING_SIMPLE