summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-h100-remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-h100-remote.c')
-rw-r--r--firmware/drivers/lcd-h100-remote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-h100-remote.c b/firmware/drivers/lcd-h100-remote.c
index 4798a51743..181fcc24fc 100644
--- a/firmware/drivers/lcd-h100-remote.c
+++ b/firmware/drivers/lcd-h100-remote.c
@@ -98,7 +98,9 @@ static const unsigned char ones[8] = {
98 98
99/* scrolling */ 99/* scrolling */
100static volatile int scrolling_lines=0; /* Bitpattern of which lines are scrolling */ 100static volatile int scrolling_lines=0; /* Bitpattern of which lines are scrolling */
101#ifndef SIMULATOR
101static void scroll_thread(void); 102static void scroll_thread(void);
103#endif
102static long scroll_stack[DEFAULT_STACK_SIZE/sizeof(long)]; 104static long scroll_stack[DEFAULT_STACK_SIZE/sizeof(long)];
103static const char scroll_name[] = "remote_scroll"; 105static const char scroll_name[] = "remote_scroll";
104static char scroll_ticks = 12; /* # of ticks between updates*/ 106static char scroll_ticks = 12; /* # of ticks between updates*/