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/sansae200v2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/sansae200v2.h') diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h index ef9c007a58..1b7d76e650 100644 --- a/firmware/export/config/sansae200v2.h +++ b/firmware/export/config/sansae200v2.h @@ -162,6 +162,9 @@ #define CURRENT_BACKLIGHT 30 #define CURRENT_RECORD CURRENT_NORMAL +/* maximum charging current */ +#define CURRENT_MAX_CHG 300 + /* The start address index for ROM builds */ #define ROM_START 0x00000000 -- cgit v1.2.3