From 6a3ff9c4852cb04ed3b60d533341d559c328d976 Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Tue, 6 Aug 2002 11:47:56 +0000 Subject: Set max charge time to 6 hours (overcharge backup protection) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1552 a1c6a512-1295-4272-9138-f99709370657 --- firmware/powermgmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/powermgmt.h') diff --git a/firmware/powermgmt.h b/firmware/powermgmt.h index 068fd5d4b5..751409b803 100644 --- a/firmware/powermgmt.h +++ b/firmware/powermgmt.h @@ -31,7 +31,7 @@ #ifdef HAVE_CHARGE_CTRL #define POWER_MESSAGE_LEN 32 /* power thread status message */ -#define CHARGE_MAX_TIME 16*60 /* minutes: maximum charging time */ +#define CHARGE_MAX_TIME 6*60 /* minutes: maximum charging time */ #define CHARGE_MIN_TIME 10 /* minutes: minimum charging time */ #define CHARGE_RESTART_HI 90 /* %: when to restart charging in 'charge' mode */ #define CHARGE_RESTART_LO 10 /* %: when to restart charging in 'discharge' mode */ -- cgit v1.2.3