mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Fuzev1: estimate current use with battery_bench results
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_5@24429 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
713bcc7ad7
commit
96d87ec719
1 changed files with 5 additions and 0 deletions
|
@ -162,6 +162,11 @@
|
|||
/* Define this if you want to use the AS2525 i2c interface */
|
||||
#define CONFIG_I2C I2C_AS3525
|
||||
|
||||
/* define current usage levels (based on battery bench) */
|
||||
#define CURRENT_NORMAL 65
|
||||
#define CURRENT_BACKLIGHT 30
|
||||
#define CURRENT_RECORD CURRENT_NORMAL
|
||||
|
||||
/* Define this to the CPU frequency */
|
||||
#define CPU_FREQ 250000000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue