From 3b5418e8145152158fc6f72bace1eb8d4a7cb13e Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Tue, 16 Mar 2010 16:15:02 +0000 Subject: Forgot the # git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25221 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/archosrecorder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #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 */ -- cgit v1.2.3