summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-01-30 14:38:52 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-01-30 14:38:52 +0000
commit25236232c00ed3ead85a6918fa501ba76b4a892a (patch)
treeb36b4edce295853fb4eb753a5ffd9b57e85d10af
parent529206694bee359cf9923fea5bd7ce40fc304025 (diff)
downloadrockbox-25236232c00ed3ead85a6918fa501ba76b4a892a.tar.gz
rockbox-25236232c00ed3ead85a6918fa501ba76b4a892a.zip
Clipv1: estimate current use with battery_bench results
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24381 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/sansaclip.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h
index 4fa5f94598..1a15692c54 100644
--- a/firmware/export/config/sansaclip.h
+++ b/firmware/export/config/sansaclip.h
@@ -153,8 +153,10 @@
153/* Sansa can't be powered off while charging */ 153/* Sansa can't be powered off while charging */
154/* #define HAVE_POWEROFF_WHILE_CHARGING */ 154/* #define HAVE_POWEROFF_WHILE_CHARGING */
155 155
156/* The start address index for ROM builds */ 156/* define current usage levels (based on battery bench) */
157#define ROM_START 0x00000000 157#define CURRENT_NORMAL 65
158#define CURRENT_BACKLIGHT 14
159#define CURRENT_RECORD CURRENT_NORMAL
158 160
159/* Define this to the CPU frequency */ 161/* Define this to the CPU frequency */
160#define CPU_FREQ 250000000 162#define CPU_FREQ 250000000