From 63ce2338c2512287cf3aaba67e845839eb984209 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sun, 27 Nov 2005 01:16:00 +0000 Subject: [PATCH] Enable recording for H100 line. No idea why this wasn't enabled before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8078 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 7aeb42ad67..f6e3b78e01 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -11,7 +11,7 @@ #define MODEL_NUMBER 1 /* define this if you have recording possibility */ -/*#define HAVE_RECORDING 1*/ +#define HAVE_RECORDING 1 /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP 1