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:
parent
baee14e398
commit
06883bbcb9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue