diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-05 18:09:00 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-05 18:09:00 +0000 |
| commit | 09a1725e2094806e7b4875e1f3ec0630ffb720c8 (patch) | |
| tree | 8eceefb70fc4e028c272c8f163e7e918d01a4afe /apps/settings.c | |
| parent | 8448ba8feac3021d6008103f9e4dd4fc78f081e1 (diff) | |
| download | rockbox-09a1725e2094806e7b4875e1f3ec0630ffb720c8.zip rockbox-09a1725e2094806e7b4875e1f3ec0630ffb720c8.tar.gz rockbox-09a1725e2094806e7b4875e1f3ec0630ffb720c8.tar.bz2 rockbox-09a1725e2094806e7b4875e1f3ec0630ffb720c8.tar.xz | |
Forgot to ifdef the fm_force_mono setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4829 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index 7d4878c..79fbfa5 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -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! */ |