mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a43b0db3d1
commit
7e3a6ddb8a
1 changed files with 1 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include "font.h"
|
||||
#include "system.h"
|
||||
#include "sprintf.h"
|
||||
|
||||
#include "string.h"
|
||||
|
||||
#define _DEBUG_PRINTF(a,varargs...) \
|
||||
snprintf(buf, sizeof(buf), (a), ##varargs); lcd_puts(0,line++,buf)
|
||||
|
|
@ -42,7 +42,6 @@ bool __dbg_ports(void)
|
|||
{
|
||||
char buf[50];
|
||||
int line, i;
|
||||
char counter = 0;
|
||||
|
||||
lcd_clear_display();
|
||||
lcd_setfont(FONT_SYSFIXED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue