mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
commander: temporarily increase worker thread stack substantially
This commit is contained in:
@@ -67,7 +67,7 @@ void WorkerThread::startTask(Request request)
|
||||
/* initialize low priority thread */
|
||||
pthread_attr_t low_prio_attr;
|
||||
pthread_attr_init(&low_prio_attr);
|
||||
pthread_attr_setstacksize(&low_prio_attr, PX4_STACK_ADJUSTED(3804));
|
||||
pthread_attr_setstacksize(&low_prio_attr, PX4_STACK_ADJUSTED(4804));
|
||||
|
||||
#ifndef __PX4_QURT
|
||||
// This is not supported by QURT (yet).
|
||||
|
||||
Reference in New Issue
Block a user