1
0
Fork 0
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:
Kjell Ericson 2002-10-28 20:12:17 +00:00
parent f7a4b2b0da
commit c2280c1617

View file

@ -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;