diff options
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r-- | firmware/export/config-iaudiox5.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index d5c67c0a1c..cbb9992788 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -82,9 +82,6 @@ should be defined as well. */ #define HAVE_LCD_SLEEP -/* Define this for FM radio input available (not for SIMULATOR) */ -#define HAVE_FMRADIO_IN - /* Define this if you have a Motorola SCF5250 */ #define CONFIG_CPU MCF5250 @@ -142,3 +139,6 @@ #define FLASH_MAGIC 0xfbfbfbf1 #endif /* SIMULATOR */ + +/* Define this for FM radio input available */ +#define HAVE_FMRADIO_IN |