Increase mr100 remote lcd thread stack (fixes FS#12640)
Change-Id: I95a2a343762b8592f80bec0f11ddcdcb7983ae12
This commit is contained in:
parent
debe77a567
commit
c45984d5f4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue