Increase mr100 remote lcd thread stack (fixes FS#12640)

Change-Id: I95a2a343762b8592f80bec0f11ddcdcb7983ae12
This commit is contained in:
Frank Gevaerts 2012-04-11 23:05:24 +02:00
parent debe77a567
commit c45984d5f4

View file

@ -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)