Fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-01-27 11:28:25 +00:00
parent a43b0db3d1
commit 7e3a6ddb8a

View file

@ -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);