增加栈大小,防止线程溢出
This commit is contained in:
@@ -53,13 +53,13 @@ void sertrf_start(void)
|
|||||||
"embedded_thread",
|
"embedded_thread",
|
||||||
embedded_thread,
|
embedded_thread,
|
||||||
NULL,
|
NULL,
|
||||||
2048,
|
4096,
|
||||||
20);
|
20);
|
||||||
os_thread_create(&sertrf.pc_thread,
|
os_thread_create(&sertrf.pc_thread,
|
||||||
"pc_thread",
|
"pc_thread",
|
||||||
pc_thread,
|
pc_thread,
|
||||||
NULL,
|
NULL,
|
||||||
2048,
|
4096,
|
||||||
20);
|
20);
|
||||||
os_thread_create(&sertrf.app_thread,
|
os_thread_create(&sertrf.app_thread,
|
||||||
"app_thread",
|
"app_thread",
|
||||||
|
|||||||
Reference in New Issue
Block a user