summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-08-16 06:50:25 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-08-16 06:50:25 +0000
commitd3fde76fc7842f231888cf7d4e7ba11251c5f13d (patch)
treef740f85a877f0a2cd3ebfadac2fd680a971e1207 /firmware/export/config-ondiofm.h
parent1d4a6c0cc3f45925085356e8a049832167c1203f (diff)
downloadrockbox-d3fde76fc7842f231888cf7d4e7ba11251c5f13d.zip
rockbox-d3fde76fc7842f231888cf7d4e7ba11251c5f13d.tar.gz
rockbox-d3fde76fc7842f231888cf7d4e7ba11251c5f13d.tar.bz2
rockbox-d3fde76fc7842f231888cf7d4e7ba11251c5f13d.tar.xz
FM radio simulation working again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7332 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 0b15b39..1b28576 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -18,6 +18,10 @@
/* The number of bytes reserved for loadable plugins */
#define PLUGIN_BUFFER_SIZE 0x8000
+/* Define this if you have an FM Radio */
+#define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */
+#define CONFIG_TUNER_XTAL 13000000
+
#ifndef SIMULATOR
/* Define this if you have a SH7034 */
@@ -50,10 +54,6 @@
/* Offset ( in the firmware file's header ) to the real data */
#define FIRMWARE_OFFSET_FILE_DATA 24
-/* Define this if you have an FM Radio */
-#define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */
-#define CONFIG_TUNER_XTAL 13000000
-
/* Define this if the tuner is switched on by software */
#define HAVE_TUNER_PWR_CTRL