1
0
Fork 0
forked from len0rd/rockbox

Increased CONFIG_BLOCK_VERSION to indicate modified config block format.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3072 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-01-11 22:39:25 +00:00
parent 9fe27d0cfe
commit f5aa13a88f

View file

@ -56,7 +56,7 @@
struct user_settings global_settings;
char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
#define CONFIG_BLOCK_VERSION 3
#define CONFIG_BLOCK_VERSION 4
#define CONFIG_BLOCK_SIZE 512
#define RTC_BLOCK_SIZE 44