summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200v2.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-09-03 07:03:07 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-09-03 07:03:07 +0000
commitbf0e907257fe9446d23c4b32aec9c4f4f5ba03d0 (patch)
treea7fa69cb4ab98af2b67a0192dc8b42c95fdc03e8 /firmware/export/config/sansae200v2.h
parente93ba5a7241407b32e91563b7ef5eaafd0ea3338 (diff)
downloadrockbox-bf0e907257fe9446d23c4b32aec9c4f4f5ba03d0.tar.gz
rockbox-bf0e907257fe9446d23c4b32aec9c4f4f5ba03d0.zip
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
Diffstat (limited to 'firmware/export/config/sansae200v2.h')
-rw-r--r--firmware/export/config/sansae200v2.h3
1 files changed, 3 insertions, 0 deletions
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 @@
162#define CURRENT_BACKLIGHT 30 162#define CURRENT_BACKLIGHT 30
163#define CURRENT_RECORD CURRENT_NORMAL 163#define CURRENT_RECORD CURRENT_NORMAL
164 164
165/* maximum charging current */
166#define CURRENT_MAX_CHG 300
167
165/* The start address index for ROM builds */ 168/* The start address index for ROM builds */
166#define ROM_START 0x00000000 169#define ROM_START 0x00000000
167 170