From 3e92dbecc820d6ba4e31b6a4a766ed27c6e7b64b Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 12 Jul 2004 13:28:44 +0000 Subject: The FM radio screen now remembers the last used frequency git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4865 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 8434d3e211..925da81526 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -222,9 +222,10 @@ 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 }, #endif - /* Current sum of bits: 271 (worst case) */ + /* Current sum of bits: 286 (worst case) */ /* Sum of all bit sizes must not grow beyond 288! */ }; -- cgit v1.2.3