forked from len0rd/rockbox
Increased the USB thread stack. This fixed bug #762588.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4439 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b81a3c54a4
commit
a9c645f887
1 changed files with 3 additions and 1 deletions
|
|
@ -57,7 +57,9 @@ static int countdown;
|
|||
|
||||
static int usb_state;
|
||||
|
||||
static char usb_stack[DEFAULT_STACK_SIZE];
|
||||
/* FIXME: The extra 0x400 is consumed by fat_mount() when the fsinfo
|
||||
needs updating */
|
||||
static char usb_stack[DEFAULT_STACK_SIZE + 0x400];
|
||||
static char usb_thread_name[] = "usb";
|
||||
static struct event_queue usb_queue;
|
||||
static bool last_usb_status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue