summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 925da81..fd0a1b4 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -222,7 +222,7 @@ 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 },
+ {8, S_O(last_frequency), 0, NULL, NULL }, /* Default: MIN_FREQ */
#endif
/* Current sum of bits: 286 (worst case) */