mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 01:52:35 -05:00
Clipv1: estimate current use with battery_bench results
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24381 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
529206694b
commit
25236232c0
1 changed files with 4 additions and 2 deletions
|
|
@ -153,8 +153,10 @@
|
||||||
/* Sansa can't be powered off while charging */
|
/* Sansa can't be powered off while charging */
|
||||||
/* #define HAVE_POWEROFF_WHILE_CHARGING */
|
/* #define HAVE_POWEROFF_WHILE_CHARGING */
|
||||||
|
|
||||||
/* The start address index for ROM builds */
|
/* define current usage levels (based on battery bench) */
|
||||||
#define ROM_START 0x00000000
|
#define CURRENT_NORMAL 65
|
||||||
|
#define CURRENT_BACKLIGHT 14
|
||||||
|
#define CURRENT_RECORD CURRENT_NORMAL
|
||||||
|
|
||||||
/* Define this to the CPU frequency */
|
/* Define this to the CPU frequency */
|
||||||
#define CPU_FREQ 250000000
|
#define CPU_FREQ 250000000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue