Reduced the main's task stack size from 4k to 2k
This commit is contained in:
parent
2761a53a49
commit
f8dace1dc1
@ -95,7 +95,7 @@ void _mutex_release (u32 *mutex)
|
||||
u8 *TaskStartStk = NULL;
|
||||
tls_os_task_t tststarthdl = NULL;
|
||||
|
||||
#define TASK_USERMAIN_STK_SIZE 1024
|
||||
#define TASK_USERMAIN_STK_SIZE 512
|
||||
u8 *TaskUsermainStk = NULL;
|
||||
tls_os_task_t tstusermainhdl = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user