summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2002-10-28 20:12:17 +0000
committerKjell Ericson <kjell@haxx.se>2002-10-28 20:12:17 +0000
commitc2280c16171661a712509780d33389bfc148b438 (patch)
treed8742d72527e4c698f4f6035802d57f9076adac3 /firmware
parentf7a4b2b0da03d9178975bd612bc5b44e38ee341d (diff)
downloadrockbox-c2280c16171661a712509780d33389bfc148b438.tar.gz
rockbox-c2280c16171661a712509780d33389bfc148b438.zip
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
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd-player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-player.c b/firmware/drivers/lcd-player.c
index 54202a6f10..0d0be69119 100644
--- a/firmware/drivers/lcd-player.c
+++ b/firmware/drivers/lcd-player.c
@@ -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;