From 75c2f89172c92dd62b66ea0c6b76b102a1145aef Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 1 Sep 2006 16:42:43 +0000 Subject: Enabled FM Radio recording source menu item for sim. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10846 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-h100.h') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 8f936866cc..f150e56ff0 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -135,9 +135,6 @@ /* Someone with H100 and BDM, please verify if this works. */ /* #define HAVE_EEPROM */ -/* Define this for FM radio input available (not for SIMULATOR) */ -#define HAVE_FMRADIO_IN - #endif /* !SIMULATOR */ /* Define this for S/PDIF input available */ @@ -150,3 +147,5 @@ #define HAVE_SPDIF_POWER #define SPDIF_POWER_INVERTED +/* Define this for FM radio input available */ +#define HAVE_FMRADIO_IN -- cgit v1.2.3