diff options
Diffstat (limited to 'firmware/scroll_engine.c')
| -rw-r--r-- | firmware/scroll_engine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/scroll_engine.c b/firmware/scroll_engine.c index 4783e9f..fac104e 100644 --- a/firmware/scroll_engine.c +++ b/firmware/scroll_engine.c @@ -42,7 +42,7 @@ static void scroll_thread(void); static char scroll_stack[DEFAULT_STACK_SIZE*3]; static const char scroll_name[] = "scroll"; -struct scrollinfo lcd_scroll[LCD_SCROLLABLE_LINES]; +static struct scrollinfo lcd_scroll[LCD_SCROLLABLE_LINES]; #ifdef HAVE_REMOTE_LCD struct scrollinfo lcd_remote_scroll[LCD_REMOTE_SCROLLABLE_LINES]; |