summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 77bb4cdbf4..60e41fcfdd 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -203,7 +203,7 @@ static const struct bit_entry rtc_bits[] =
203 {16 | SIGNED, S_O(resume_first_index), 0, NULL, NULL }, 203 {16 | SIGNED, S_O(resume_first_index), 0, NULL, NULL },
204 {32 | SIGNED, S_O(resume_offset), -1, NULL, NULL }, 204 {32 | SIGNED, S_O(resume_offset), -1, NULL, NULL },
205 {32 | SIGNED, S_O(resume_seed), -1, NULL, NULL }, 205 {32 | SIGNED, S_O(resume_seed), -1, NULL, NULL },
206 {2, S_O(repeat_mode), REPEAT_ALL, "repeat", "off,all,one" }, 206 {2, S_O(repeat_mode), REPEAT_ALL, "repeat", "off,all,one,shuffle" },
207 /* LCD */ 207 /* LCD */
208 {6, S_O(contrast), 40, "contrast", NULL }, 208 {6, S_O(contrast), 40, "contrast", NULL },
209#ifdef CONFIG_BACKLIGHT 209#ifdef CONFIG_BACKLIGHT