Forgot to ifdef the fm_force_mono setting

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4829 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-07-05 18:09:00 +00:00
parent 8448ba8fea
commit 09a1725e20

View file

@ -220,7 +220,9 @@ static struct bit_entry rtc_bits[] =
/* new stuff to be added here */
/* 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 },
#endif
/* Current sum of bits: 271 (worst case) */
/* Sum of all bit sizes must not grow beyond 288! */