summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-09-24 09:06:31 +0000
committerJens Arnold <amiconn@rockbox.org>2005-09-24 09:06:31 +0000
commit524b85fa92afeaf421ec229901e893218135c92e (patch)
tree821830f251485a586d5eec0ae6423fcb3ee7aab4 /firmware/export
parent9f41c6c11e97afaa60f439a63528c617c54ce2c4 (diff)
downloadrockbox-524b85fa92afeaf421ec229901e893218135c92e.tar.gz
rockbox-524b85fa92afeaf421ec229901e893218135c92e.zip
H1x0: More precise tuning; corrected xtal frequency in comments + #defines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7553 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h2
-rw-r--r--firmware/export/config-h120.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 3d8a164442..4917b5c178 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -48,7 +48,7 @@
48#define PLUGIN_BUFFER_SIZE 0xC0000 48#define PLUGIN_BUFFER_SIZE 0xC0000
49 49
50#define CONFIG_TUNER TEA5767 50#define CONFIG_TUNER TEA5767
51#define CONFIG_TUNER_XTAL 32768000 51#define CONFIG_TUNER_XTAL 32768
52 52
53#ifndef SIMULATOR 53#ifndef SIMULATOR
54 54
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 194c53b93c..9b1b563531 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -44,7 +44,7 @@
44#define PLUGIN_BUFFER_SIZE 0xC0000 44#define PLUGIN_BUFFER_SIZE 0xC0000
45 45
46#define CONFIG_TUNER TEA5767 46#define CONFIG_TUNER TEA5767
47#define CONFIG_TUNER_XTAL 32768000 47#define CONFIG_TUNER_XTAL 32768
48 48
49#ifndef SIMULATOR 49#ifndef SIMULATOR
50 50