From bf0e907257fe9446d23c4b32aec9c4f4f5ba03d0 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 3 Sep 2010 07:03:07 +0000 Subject: powermgmt.h: include config.h AMS*: define CURRENT_MAX_CHG to give more correct estimation of recharge time The amount of current each target draws from the charger is defined in powermgmt-target.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27994 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuzev2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/sansafuzev2.h') diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index 78c2f6b721..b725ab5007 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -168,6 +168,9 @@ #define CURRENT_BACKLIGHT 30 #define CURRENT_RECORD CURRENT_NORMAL +/* maximum charging current */ +#define CURRENT_MAX_CHG 200 + /* Define this to the CPU frequency */ #define CPU_FREQ 240000000 -- cgit v1.2.3