diff --git a/apps/settings.c b/apps/settings.c index 7d4878c846..79fbfa5090 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! */