From 524b85fa92afeaf421ec229901e893218135c92e Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 24 Sep 2005 09:06:31 +0000 Subject: 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 --- firmware/export/config-h100.h | 2 +- firmware/export/config-h120.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') 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 @@ #define PLUGIN_BUFFER_SIZE 0xC0000 #define CONFIG_TUNER TEA5767 -#define CONFIG_TUNER_XTAL 32768000 +#define CONFIG_TUNER_XTAL 32768 #ifndef SIMULATOR 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 @@ #define PLUGIN_BUFFER_SIZE 0xC0000 #define CONFIG_TUNER TEA5767 -#define CONFIG_TUNER_XTAL 32768000 +#define CONFIG_TUNER_XTAL 32768 #ifndef SIMULATOR -- cgit v1.2.3