forked from len0rd/rockbox
less stack means more mem for fun and games ;-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1780 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1ed48d4975
commit
2f4435cc7c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#define THREAD_H
|
||||
|
||||
#define MAXTHREADS 16
|
||||
#define DEFAULT_STACK_SIZE 0x800 /* Bytes */
|
||||
#define DEFAULT_STACK_SIZE 0x400 /* Bytes */
|
||||
|
||||
int create_thread(void* function, void* stack, int stack_size, char *name);
|
||||
void switch_thread(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue