summaryrefslogtreecommitdiff
path: root/firmware/scroll_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/scroll_engine.c')
-rw-r--r--firmware/scroll_engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/scroll_engine.c b/firmware/scroll_engine.c
index 4fee7ed1d6..fb1628a9c4 100644
--- a/firmware/scroll_engine.c
+++ b/firmware/scroll_engine.c
@@ -47,8 +47,8 @@ static const char scroll_name[] = "scroll";
47static struct scrollinfo lcd_scroll[LCD_SCROLLABLE_LINES]; 47static struct scrollinfo lcd_scroll[LCD_SCROLLABLE_LINES];
48 48
49#ifdef HAVE_REMOTE_LCD 49#ifdef HAVE_REMOTE_LCD
50struct scrollinfo lcd_remote_scroll[LCD_REMOTE_SCROLLABLE_LINES]; 50static struct scrollinfo lcd_remote_scroll[LCD_REMOTE_SCROLLABLE_LINES];
51struct event_queue scroll_queue; 51static struct event_queue scroll_queue;
52#endif 52#endif
53 53
54struct scroll_screen_info lcd_scroll_info = 54struct scroll_screen_info lcd_scroll_info =