summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 63f85f0608..2e64042141 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -96,7 +96,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
96#include "eq_menu.h" 96#include "eq_menu.h"
97#endif 97#endif
98 98
99#define CONFIG_BLOCK_VERSION 53 99#define CONFIG_BLOCK_VERSION 54
100#define CONFIG_BLOCK_SIZE 512 100#define CONFIG_BLOCK_SIZE 512
101#define RTC_BLOCK_SIZE 44 101#define RTC_BLOCK_SIZE 44
102 102
@@ -293,7 +293,7 @@ static const struct bit_entry rtc_bits[] =
293 /* tuner */ 293 /* tuner */
294#ifdef CONFIG_TUNER 294#ifdef CONFIG_TUNER
295 {1, S_O(fm_force_mono), false, "force fm mono", off_on }, 295 {1, S_O(fm_force_mono), false, "force fm mono", off_on },
296 {8, S_O(last_frequency), 0, NULL, NULL }, /* Default: MIN_FREQ */ 296 {9, S_O(last_frequency), 0, NULL, NULL }, /* Default: MIN_FREQ */
297#endif 297#endif
298 298
299#if BATTERY_TYPES_COUNT > 1 299#if BATTERY_TYPES_COUNT > 1