mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
minor changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@639 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dfba210850
commit
b97a2f5e0d
1 changed files with 7 additions and 9 deletions
|
@ -195,8 +195,8 @@ void menu_draw(void)
|
|||
|
||||
void show_splash(void)
|
||||
{
|
||||
char *rockbox = "ROCKbox!";
|
||||
|
||||
char *rockbox = "ROCKbox!";
|
||||
lcd_clear_display();
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
@ -209,5 +209,3 @@ void show_splash(void)
|
|||
lcd_update();
|
||||
busy_wait();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue