summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/olympus/mrobe-100/lcd-remote-mr100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/olympus/mrobe-100/lcd-remote-mr100.c b/firmware/target/arm/olympus/mrobe-100/lcd-remote-mr100.c
index 94f4249f9f..511a5518ff 100644
--- a/firmware/target/arm/olympus/mrobe-100/lcd-remote-mr100.c
+++ b/firmware/target/arm/olympus/mrobe-100/lcd-remote-mr100.c
@@ -70,7 +70,7 @@ unsigned char rc_buf[5];
70/* ================================================== */ 70/* ================================================== */
71static struct semaphore rc_thread_wakeup; 71static struct semaphore rc_thread_wakeup;
72static unsigned int remote_thread_id; 72static unsigned int remote_thread_id;
73static int remote_stack[256/sizeof(int)]; 73static int remote_stack[512/sizeof(int)];
74static const char * const remote_thread_name = "remote"; 74static const char * const remote_thread_name = "remote";
75 75
76static bool remote_wait_ready(int ready_mask) 76static bool remote_wait_ready(int ready_mask)