diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2010-03-16 16:15:02 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2010-03-16 16:15:02 +0000 |
| commit | 3b5418e8145152158fc6f72bace1eb8d4a7cb13e (patch) | |
| tree | 138b76858fa27aacda1c7a85cda49818a2ba7e6c | |
| parent | 74bd14fa72e15be3b480d619c7b8ae60b7ab21b0 (diff) | |
| download | rockbox-3b5418e8145152158fc6f72bace1eb8d4a7cb13e.zip rockbox-3b5418e8145152158fc6f72bace1eb8d4a7cb13e.tar.gz rockbox-3b5418e8145152158fc6f72bace1eb8d4a7cb13e.tar.bz2 rockbox-3b5418e8145152158fc6f72bace1eb8d4a7cb13e.tar.xz | |
Forgot the #
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25221 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/archosrecorder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/archosrecorder.h b/firmware/export/config/archosrecorder.h index 505a039..9a4b14a 100644 --- a/firmware/export/config/archosrecorder.h +++ b/firmware/export/config/archosrecorder.h @@ -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 */ |