1
0
Fork 0
forked from len0rd/rockbox

Increased thread stack size

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1291 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-01 21:16:07 +00:00
parent 9f690b8cf8
commit c36919eca3
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ static int countdown;
static int usb_state;
static char usb_stack[0x200];
static char usb_stack[0x800];
static struct event_queue usb_queue;
static bool last_usb_status;
static bool usb_monitor_enabled;