1
0
Fork 0
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:
Jonathan Gordon 2007-06-07 03:24:10 +00:00
parent eae3a6a3c2
commit 9e7b3ca6c4

View file

@ -107,7 +107,7 @@ static int current_card = 0;
static struct mutex sd_mtx; 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 const char sd_thread_name[] = "sd";
static struct event_queue sd_queue; static struct event_queue sd_queue;