Fix yellows (the reds on mono are caused by this, again, stupid typo).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-08-10 20:36:34 +00:00
parent 7dc1e220d2
commit 553f95806f

View file

@ -61,7 +61,7 @@ void panicf( const char *fmt, ...)
#elif defined(HAVE_LCD_BITMAP)
int y = 1;
#ifdef LCD_DEPTH > 1
#if LCD_DEPTH > 1
lcd_set_backdrop(NULL);
lcd_set_foreground(LCD_BLACK);
lcd_set_background(LCD_WHITE);