forked from len0rd/rockbox
fuze+: fix lcd_on comment and storage qualifier
Change-Id: Iaf06ecd30559ac07b760f6a01ff920fdbacb398e
This commit is contained in:
parent
25feb00a64
commit
9022c69b64
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue