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:
Robert Hak 2002-05-30 19:14:44 +00:00
parent bca0ca0be7
commit 6f9e35df28

View file

@ -80,7 +80,7 @@ void show_splash(void)
if (show_logo() != 0)
return;
sleep(200);
sleep(HZ*2);
}
void version(void)