forked from xuos/xiuos
modify stack size of lvgl demo
This commit is contained in:
parent
ad309f90c1
commit
c6c0a0f71b
|
@ -31,7 +31,7 @@ static int lvgl_demo_init(void)
|
|||
{
|
||||
pthread_attr_t attr;
|
||||
attr.schedparam.sched_priority = 25;
|
||||
attr.stacksize = 8192;
|
||||
attr.stacksize = 4096;
|
||||
|
||||
PrivTaskCreate(&lvgl_task, &attr, lvgl_thread, NULL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue