summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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];
/* ================================================== */
static struct semaphore rc_thread_wakeup;
static unsigned int remote_thread_id;
-static int remote_stack[256/sizeof(int)];
+static int remote_stack[512/sizeof(int)];
static const char * const remote_thread_name = "remote";
static bool remote_wait_ready(int ready_mask)