fixed the display time for the splash screen on menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@830 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bca0ca0be7
commit
6f9e35df28
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ void show_splash(void)
|
|||
if (show_logo() != 0)
|
||||
return;
|
||||
|
||||
sleep(200);
|
||||
sleep(HZ*2);
|
||||
}
|
||||
|
||||
void version(void)
|
||||
|
|
Loading…
Reference in a new issue