forked from len0rd/rockbox
increase the SD stack.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13580 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eae3a6a3c2
commit
9e7b3ca6c4
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ static int current_card = 0;
|
|||
|
||||
static struct mutex sd_mtx;
|
||||
|
||||
static long sd_stack [(DEFAULT_STACK_SIZE*2)/sizeof(long)];
|
||||
static long sd_stack [(DEFAULT_STACK_SIZE*2 + 0x800)/sizeof(long)];
|
||||
|
||||
static const char sd_thread_name[] = "sd";
|
||||
static struct event_queue sd_queue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue