diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-11-06 23:46:46 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-11-06 23:46:46 +0000 |
| commit | a0abff4bd53c5839276e984421b241cfed4db7c3 (patch) | |
| tree | a14e1b418b390c171c3ffea093108c5a83845eb6 | |
| parent | 8051a0b724bff718ce99acc0c45dd561d8d798d7 (diff) | |
| download | rockbox-a0abff4bd53c5839276e984421b241cfed4db7c3.zip rockbox-a0abff4bd53c5839276e984421b241cfed4db7c3.tar.gz rockbox-a0abff4bd53c5839276e984421b241cfed4db7c3.tar.bz2 rockbox-a0abff4bd53c5839276e984421b241cfed4db7c3.tar.xz | |
Fixed recorder v2 simulators.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7771 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-recorderv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 95a428f..e08dca2 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 |