summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 9bcdc558a2..4811ad2320 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -78,7 +78,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
78#include "pcm_playback.h" 78#include "pcm_playback.h"
79#endif 79#endif
80 80
81#define CONFIG_BLOCK_VERSION 24 81#define CONFIG_BLOCK_VERSION 25
82#define CONFIG_BLOCK_SIZE 512 82#define CONFIG_BLOCK_SIZE 512
83#define RTC_BLOCK_SIZE 44 83#define RTC_BLOCK_SIZE 44
84 84
@@ -205,7 +205,7 @@ static const struct bit_entry rtc_bits[] =
205 {16 | SIGNED, S_O(resume_first_index), 0, NULL, NULL }, 205 {16 | SIGNED, S_O(resume_first_index), 0, NULL, NULL },
206 {32 | SIGNED, S_O(resume_offset), -1, NULL, NULL }, 206 {32 | SIGNED, S_O(resume_offset), -1, NULL, NULL },
207 {32 | SIGNED, S_O(resume_seed), -1, NULL, NULL }, 207 {32 | SIGNED, S_O(resume_seed), -1, NULL, NULL },
208 {2, S_O(repeat_mode), REPEAT_ALL, "repeat", "off,all,one,shuffle" }, 208 {3, S_O(repeat_mode), REPEAT_ALL, "repeat", "off,all,one,shuffle,ab" },
209 /* LCD */ 209 /* LCD */
210 {6, S_O(contrast), 40, "contrast", NULL }, 210 {6, S_O(contrast), 40, "contrast", NULL },
211#ifdef CONFIG_BACKLIGHT 211#ifdef CONFIG_BACKLIGHT