diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-12-17 10:13:29 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-12-17 10:13:29 +0000 |
commit | 7da0c40f4b8c22347dd196de1bf60f455089b625 (patch) | |
tree | c79af3710462d4068b9eaaaad7c7e9ac3738b678 /firmware/export/config-h300.h | |
parent | a6a0c4b2d5a208bc9034292f1b0045d42faf7ead (diff) |
Patch #1382969 by Peter D'Hoye - recording for H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8252 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r-- | firmware/export/config-h300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index 019b090cee..a88fd048c2 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -7,7 +7,7 @@ #define MODEL_NUMBER 2 /* 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 |