From 887e3a1f679ed42bc42dfc37f576791bada8b3d2 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sun, 27 Nov 2005 02:48:41 +0000 Subject: Fix red sim build, HAVE_RECORDING is not to be defined for sims. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8082 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index f6e3b78..6d19b44 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -10,9 +10,6 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 1 -/* define this if you have recording possibility */ -#define HAVE_RECORDING 1 - /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1 @@ -71,6 +68,9 @@ #define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ +/* define this if you have recording possibility */ +#define HAVE_RECORDING 1 + /* Define this if the platform can charge batteries */ #define HAVE_CHARGING 1 -- cgit v1.1