From 25236232c00ed3ead85a6918fa501ba76b4a892a Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 30 Jan 2010 14:38:52 +0000 Subject: Clipv1: estimate current use with battery_bench results git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24381 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclip.h | 6 ++++-- 1 file 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 @@ /* Sansa can't be powered off while charging */ /* #define HAVE_POWEROFF_WHILE_CHARGING */ -/* The start address index for ROM builds */ -#define ROM_START 0x00000000 +/* define current usage levels (based on battery bench) */ +#define CURRENT_NORMAL 65 +#define CURRENT_BACKLIGHT 14 +#define CURRENT_RECORD CURRENT_NORMAL /* Define this to the CPU frequency */ #define CPU_FREQ 250000000 -- cgit v1.2.3