summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipplus.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/sansaclipplus.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/sansaclipplus.h')
-rw-r--r--firmware/export/config/sansaclipplus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 8d6ffac9b5..8a0a0403f3 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -165,6 +165,8 @@
165#define CURRENT_BACKLIGHT 15 165#define CURRENT_BACKLIGHT 15
166#define CURRENT_RECORD CURRENT_NORMAL /* TODO */ 166#define CURRENT_RECORD CURRENT_NORMAL /* TODO */
167 167
168/* maximum charging current */
169#define CURRENT_MAX_CHG 150
168 170
169/* Define this to the CPU frequency */ 171/* Define this to the CPU frequency */
170#define CPU_FREQ 240000000 172#define CPU_FREQ 240000000