forked from len0rd/rockbox
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:
parent
8899fccf76
commit
b529289e93
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define MAXTHREADS 10
|
#define MAXTHREADS 14
|
||||||
#define DEFAULT_STACK_SIZE 0x400 /* Bytes */
|
#define DEFAULT_STACK_SIZE 0x400 /* Bytes */
|
||||||
|
|
||||||
int create_thread(void (*function)(void), void* stack, int stack_size,
|
int create_thread(void (*function)(void), void* stack, int stack_size,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue