diff options
Diffstat (limited to 'apps/player')
| -rw-r--r-- | apps/player/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/player/keyboard.c b/apps/player/keyboard.c index a44bdd4..9c85776 100644 --- a/apps/player/keyboard.c +++ b/apps/player/keyboard.c @@ -29,7 +29,7 @@ #define KEYBOARD_PAGES 3 -unsigned short *lcd_ascii; +extern unsigned short *lcd_ascii; static unsigned short* kbd_setupkeys(int page, int* len) { |