1
0
Fork 0
forked from len0rd/rockbox

fuze+: fix lcd_on comment and storage qualifier

Change-Id: Iaf06ecd30559ac07b760f6a01ff920fdbacb398e
This commit is contained in:
Amaury Pouly 2012-05-19 13:09:24 +02:00
parent 25feb00a64
commit 9022c69b64

View file

@ -31,7 +31,7 @@
#include "logf.h"
#ifdef HAVE_LCD_ENABLE
bool lcd_on; /* framebuffer-imx233.c */
static bool lcd_on;
#endif
static unsigned lcd_yuv_options = 0;
static int lcd_dcp_channel = -1;