mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Forgot the #
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25221 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
74bd14fa72
commit
3b5418e814
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
#define BATTERY_CAPACITY_INC 50 /* capacity increment */
|
||||
#define BATTERY_TYPES_COUNT 1 /* only one type */
|
||||
|
||||
if MEM < 8
|
||||
#if MEM < 8
|
||||
#define CURRENT_NORMAL 145 /* usual current in mA */
|
||||
#else
|
||||
#define CURRENT_NORMAL 145 *100 / 122 /* assuming 192 kbps, the running time is 22% longer with 8MB */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue