Correct a comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-03-14 21:54:18 +00:00
parent 7340c33748
commit 6c6b2507b1

View file

@ -43,7 +43,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
rb->lcd_double_height(false);
#endif
/* Show the logo for about 1.5 secs allowing the user to stop */
/* Show the logo for about 3 secs allowing the user to stop */
for (j = 0; j < 15; j++) {
rb->sleep((HZ*2)/10);