1
0
Fork 0
forked from len0rd/rockbox

Bumped the settings block revision number, to force a reset of the settings for those who still experience the dir buffer full error

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4377 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-03-13 17:12:07 +00:00
parent baee14e398
commit 06883bbcb9

View file

@ -68,7 +68,7 @@ char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
char rec_base_directory[] = REC_BASE_DIR;
#define CONFIG_BLOCK_VERSION 9
#define CONFIG_BLOCK_VERSION 10
#define CONFIG_BLOCK_SIZE 512
#define RTC_BLOCK_SIZE 44