forked from len0rd/rockbox
Incremented the config block version, to force default values for the LCD contrast setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1711 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
638184f1a2
commit
f6f3a1395e
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ static void init_config_buffer( void )
|
|||
rtc_config_block[0] = 'R';
|
||||
rtc_config_block[1] = 'o';
|
||||
rtc_config_block[2] = 'c';
|
||||
rtc_config_block[3] = 0x0; /* config block version number */
|
||||
rtc_config_block[3] = 0x1; /* config block version number */
|
||||
}
|
||||
|
||||
#ifdef HAVE_RTC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue