mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
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"
|
#include "logf.h"
|
||||||
|
|
||||||
#ifdef HAVE_LCD_ENABLE
|
#ifdef HAVE_LCD_ENABLE
|
||||||
bool lcd_on; /* framebuffer-imx233.c */
|
static bool lcd_on;
|
||||||
#endif
|
#endif
|
||||||
static unsigned lcd_yuv_options = 0;
|
static unsigned lcd_yuv_options = 0;
|
||||||
static int lcd_dcp_channel = -1;
|
static int lcd_dcp_channel = -1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue