From 5d5bab7ed4e4f9e3b13defa94dbd8b65a767fdb0 Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Fri, 13 Feb 2009 04:25:09 +0000 Subject: 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 --- firmware/export/config-hdd1630.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'firmware/export/config-hdd1630.h') 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 @@ /* define this if you have a light associated with the buttons */ /* #define HAVE_BUTTON_LIGHT */ -#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ -#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ -#define BATTERY_CAPACITY_INC 50 /* capacity increment */ -#define BATTERY_TYPES_COUNT 1 /* only one type */ +#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 630 /* max. capacity selectable */ +#define BATTERY_CAPACITY_INC 0 /* capacity increment */ +#define BATTERY_TYPES_COUNT 1 /* only one type */ /* Hardware controlled charging */ #define CONFIG_CHARGING CHARGING_SIMPLE -- cgit v1.2.3