summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/lcd-h100-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-h100-remote.c b/firmware/drivers/lcd-h100-remote.c
index 181fcc24fc..90bb12e7c3 100644
--- a/firmware/drivers/lcd-h100-remote.c
+++ b/firmware/drivers/lcd-h100-remote.c
@@ -100,8 +100,8 @@ static const unsigned char ones[8] = {
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 101#ifndef SIMULATOR
102static void scroll_thread(void); 102static void scroll_thread(void);
103#endif
104static long scroll_stack[DEFAULT_STACK_SIZE/sizeof(long)]; 103static long scroll_stack[DEFAULT_STACK_SIZE/sizeof(long)];
104#endif
105static const char scroll_name[] = "remote_scroll"; 105static const char scroll_name[] = "remote_scroll";
106static char scroll_ticks = 12; /* # of ticks between updates*/ 106static char scroll_ticks = 12; /* # of ticks between updates*/
107static int scroll_delay = HZ/2; /* ticks delay before start */ 107static int scroll_delay = HZ/2; /* ticks delay before start */