summaryrefslogtreecommitdiff
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
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
-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[] = {
147 147
148static bool new_lcd; 148static bool new_lcd;
149 149
150static unsigned const char *lcd_ascii; 150unsigned const char *lcd_ascii;
151static char lcd_contrast_set; 151static char lcd_contrast_set;
152static char lcd_cram; 152static char lcd_cram;
153static char lcd_pram; 153static char lcd_pram;