diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-01-30 14:38:52 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-01-30 14:38:52 +0000 |
commit | 25236232c00ed3ead85a6918fa501ba76b4a892a (patch) | |
tree | b36b4edce295853fb4eb753a5ffd9b57e85d10af | |
parent | 529206694bee359cf9923fea5bd7ce40fc304025 (diff) |
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.h | 6 |
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 @@ /* 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 |