mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Increased the USb thread stack
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5912 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3cac79e68f
commit
11c1d28d9e
1 changed files with 2 additions and 2 deletions
|
@ -72,9 +72,9 @@ static int usb_state;
|
|||
static int usb_mmc_countdown = 0;
|
||||
#endif
|
||||
|
||||
/* FIXME: The extra 0x400 is consumed by fat_mount() when the fsinfo
|
||||
/* FIXME: The extra 0x800 is consumed by fat_mount() when the fsinfo
|
||||
needs updating */
|
||||
static long usb_stack[(DEFAULT_STACK_SIZE + 0x400)/sizeof(long)];
|
||||
static long usb_stack[(DEFAULT_STACK_SIZE + 0x800)/sizeof(long)];
|
||||
static const 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