summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-01-31 23:47:14 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-01-31 23:47:14 +0000
commitd99440c4fa33438b0c32fa28575a269c4d8d3d52 (patch)
treebfdbc5cd82a256bb3253004de186e4b1ffbaf7ac
parentea4130fd2d91d99fec3135bc83128fe702a846ab (diff)
downloadrockbox-d99440c4fa33438b0c32fa28575a269c4d8d3d52.tar.gz
rockbox-d99440c4fa33438b0c32fa28575a269c4d8d3d52.zip
Fuzev1: estimate current use with battery_bench results
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24428 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/sansafuze.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index f9b4f629af..2de522f512 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -162,6 +162,11 @@
162/* Define this if you want to use the AS2525 i2c interface */ 162/* Define this if you want to use the AS2525 i2c interface */
163#define CONFIG_I2C I2C_AS3525 163#define CONFIG_I2C I2C_AS3525
164 164
165/* define current usage levels (based on battery bench) */
166#define CURRENT_NORMAL 65
167#define CURRENT_BACKLIGHT 30
168#define CURRENT_RECORD CURRENT_NORMAL
169
165/* Define this to the CPU frequency */ 170/* Define this to the CPU frequency */
166#define CPU_FREQ 250000000 171#define CPU_FREQ 250000000
167 172