The voice thread needs a tad bit more stack.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15674 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1a41c8afee
commit
34e7fdbf37
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
/* Voice thread variables */
|
||||
static struct thread_entry *voice_thread_p = NULL;
|
||||
static long voice_stack[0x740/sizeof(long)] IBSS_ATTR_VOICE_STACK;
|
||||
static long voice_stack[0x7c0/sizeof(long)] IBSS_ATTR_VOICE_STACK;
|
||||
static const char voice_thread_name[] = "voice";
|
||||
|
||||
/* Voice thread synchronization objects */
|
||||
|
|
Loading…
Reference in a new issue