do the lcd_puts() properly for the recorder too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@682 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
66b2cd06b0
commit
96a10e22af
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ void panicf( char *fmt, ...)
|
|||
lcd_puts(0,0,panic_buf);
|
||||
#elif defined(HAVE_LCD_BITMAP)
|
||||
lcd_clear_display();
|
||||
lcd_puts(0,0,panic_buf, 0);
|
||||
lcd_puts(0,0,panic_buf);
|
||||
lcd_update();
|
||||
#else
|
||||
/* no LCD */
|
||||
|
|
Loading…
Reference in a new issue