forked from len0rd/rockbox
The lcd_ascii-pointer is global for a while in order to be reachable from
the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2765 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7a4b2b0da
commit
c2280c1617
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ static const unsigned char old_lcd_ascii[] = {
|
|||
|
||||
static bool new_lcd;
|
||||
|
||||
static unsigned const char *lcd_ascii;
|
||||
unsigned const char *lcd_ascii;
|
||||
static char lcd_contrast_set;
|
||||
static char lcd_cram;
|
||||
static char lcd_pram;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue