summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2010-03-16 16:15:02 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2010-03-16 16:15:02 +0000
commit3b5418e8145152158fc6f72bace1eb8d4a7cb13e (patch)
tree138b76858fa27aacda1c7a85cda49818a2ba7e6c
parent74bd14fa72e15be3b480d619c7b8ae60b7ab21b0 (diff)
downloadrockbox-3b5418e8145152158fc6f72bace1eb8d4a7cb13e.tar.gz
rockbox-3b5418e8145152158fc6f72bace1eb8d4a7cb13e.zip
Forgot the #
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25221 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/archosrecorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/archosrecorder.h b/firmware/export/config/archosrecorder.h
index 505a039afe..9a4b14ac9b 100644
--- a/firmware/export/config/archosrecorder.h
+++ b/firmware/export/config/archosrecorder.h
@@ -80,7 +80,7 @@
80#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 80#define BATTERY_CAPACITY_INC 50 /* capacity increment */
81#define BATTERY_TYPES_COUNT 1 /* only one type */ 81#define BATTERY_TYPES_COUNT 1 /* only one type */
82 82
83if MEM < 8 83#if MEM < 8
84 #define CURRENT_NORMAL 145 /* usual current in mA */ 84 #define CURRENT_NORMAL 145 /* usual current in mA */
85#else 85#else
86 #define CURRENT_NORMAL 145 *100 / 122 /* assuming 192 kbps, the running time is 22% longer with 8MB */ 86 #define CURRENT_NORMAL 145 *100 / 122 /* assuming 192 kbps, the running time is 22% longer with 8MB */