summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 2 insertions, 1 deletions
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[] =
222 /* If values are just added to the end, no need to bump the version. */ 222 /* If values are just added to the end, no need to bump the version. */
223#ifdef HAVE_FMRADIO 223#ifdef HAVE_FMRADIO
224 {1, S_O(fm_force_mono), false, "force fm mono", off_on }, 224 {1, S_O(fm_force_mono), false, "force fm mono", off_on },
225 {8, S_O(last_frequency), 994, NULL, NULL },
225#endif 226#endif
226 227
227 /* Current sum of bits: 271 (worst case) */ 228 /* Current sum of bits: 286 (worst case) */
228 /* Sum of all bit sizes must not grow beyond 288! */ 229 /* Sum of all bit sizes must not grow beyond 288! */
229}; 230};
230 231