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 55dcc0aa78..dfd211e3fa 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -68,7 +68,7 @@ char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
68char rec_base_directory[] = REC_BASE_DIR; 68char rec_base_directory[] = REC_BASE_DIR;
69 69
70 70
71#define CONFIG_BLOCK_VERSION 9 71#define CONFIG_BLOCK_VERSION 10
72#define CONFIG_BLOCK_SIZE 512 72#define CONFIG_BLOCK_SIZE 512
73#define RTC_BLOCK_SIZE 44 73#define RTC_BLOCK_SIZE 44
74 74