summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-07-23 08:39:01 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-07-23 08:39:01 +0000
commit90f839cd3d8482251f379f78b25563a9b34bd2cb (patch)
treec3ed890f3ee0186833c6892c950e3f95e02040d0 /firmware/drivers
parent10e5e5c7b0ad68214a146923103c056bb2b62e70 (diff)
Killed simulator compile error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1415 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index 89f00d220a..2e894bc609 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -346,6 +346,8 @@ static const unsigned char lcd_ascii[] = {
};
#endif /* HAVE_NEW_CHARCELL_LCD */
+unsigned char icon_mirror[11];
+
#ifndef SIMULATOR
void lcd_clear_display(void)
{
@@ -375,7 +377,6 @@ void lcd_double_height(bool on)
lcd_write(true,on?9:8);
}
-unsigned char icon_mirror[11];
static char icon_pos[] =
{
0, 0, 0, 0, /* Battery */