mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
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 struct semaphore rc_thread_wakeup;
|
||||||
static unsigned int remote_thread_id;
|
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 const char * const remote_thread_name = "remote";
|
||||||
|
|
||||||
static bool remote_wait_ready(int ready_mask)
|
static bool remote_wait_ready(int ready_mask)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue