From 4a7784ac4ead89c2125268cf7b89418abda79fb3 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 12 Jul 2004 15:06:48 +0000 Subject: The default radio frequency was bad git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4866 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 925da81526..fd0a1b4292 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -222,7 +222,7 @@ static struct bit_entry rtc_bits[] = /* If values are just added to the end, no need to bump the version. */ #ifdef HAVE_FMRADIO {1, S_O(fm_force_mono), false, "force fm mono", off_on }, - {8, S_O(last_frequency), 994, NULL, NULL }, + {8, S_O(last_frequency), 0, NULL, NULL }, /* Default: MIN_FREQ */ #endif /* Current sum of bits: 286 (worst case) */ -- cgit v1.2.3