summaryrefslogtreecommitdiff
path: root/apps/settings_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.h')
-rw-r--r--apps/settings_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.h b/apps/settings_list.h
index f8ce4fd266..7d0f750ff9 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -111,7 +111,7 @@ struct table_setting {
111 111
112#define F_NVRAM_BYTES_MASK 0xE0000 /*0-4 bytes can be stored */ 112#define F_NVRAM_BYTES_MASK 0xE0000 /*0-4 bytes can be stored */
113#define F_NVRAM_MASK_SHIFT 17 113#define F_NVRAM_MASK_SHIFT 17
114#define NVRAM_CONFIG_VERSION 4 114#define NVRAM_CONFIG_VERSION 5
115/* Above define should be bumped if 115/* Above define should be bumped if
116- a new NVRAM setting is added between 2 other NVRAM settings 116- a new NVRAM setting is added between 2 other NVRAM settings
117- number of bytes for a NVRAM setting is changed 117- number of bytes for a NVRAM setting is changed