1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Linus Nielsen Feltzing 2004-07-12 13:28:44 +00:00
parent 7c0cdf1918
commit 3e92dbecc8
3 changed files with 17 additions and 2 deletions

View file

@ -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! */
};