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 01e8cea1e7..d76d10aea1 100644
--- a/apps/settings_list.h
+++ b/apps/settings_list.h
@@ -61,7 +61,7 @@ struct int_setting {
61}; 61};
62#define F_NVRAM_BYTES_MASK 0xE00 /*0-4 bytes can be stored */ 62#define F_NVRAM_BYTES_MASK 0xE00 /*0-4 bytes can be stored */
63#define F_NVRAM_MASK_SHIFT 9 63#define F_NVRAM_MASK_SHIFT 9
64#define NVRAM_CONFIG_VERSION 1 64#define NVRAM_CONFIG_VERSION 2
65/* Above define should be bumped if 65/* Above define should be bumped if
66- a new NVRAM setting is added between 2 other NVRAM settings 66- a new NVRAM setting is added between 2 other NVRAM settings
67- number of bytes for a NVRAM setting is changed 67- number of bytes for a NVRAM setting is changed