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-h300.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-h300.h') diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index c9c0b04bcb..182acde60e 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -140,7 +140,8 @@ /* Define this if there is an EEPROM chip */ #define HAVE_EEPROM -/* Define this for FM radio input available (not for SIMULATOR) */ +#endif /* SIMULATOR */ + +/* Define this for FM radio input available */ #define HAVE_FMRADIO_IN -#endif /* SIMULATOR */ -- cgit v1.2.3