Fixed the usb mode. We did hit the thread limit which was now

increased from 10 to 14.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7367 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2005-08-21 12:51:00 +00:00
parent 8899fccf76
commit b529289e93

View file

@ -21,7 +21,7 @@
#include <stdbool.h>
#define MAXTHREADS 10
#define MAXTHREADS 14
#define DEFAULT_STACK_SIZE 0x400 /* Bytes */
int create_thread(void (*function)(void), void* stack, int stack_size,