From a0abff4bd53c5839276e984421b241cfed4db7c3 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 6 Nov 2005 23:46:46 +0000 Subject: Fixed recorder v2 simulators. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7771 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-recorderv2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 95a428fe84..e08dca2490 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -23,11 +23,11 @@ #define AB_REPEAT_ENABLE 1 -#ifndef SIMULATOR - /* Define this if you have a MAS3587F */ #define CONFIG_CODEC MAS3587F +#ifndef SIMULATOR + /* Define this if you have a SH7034 */ #define CONFIG_CPU SH7034 -- cgit v1.2.3