mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 05:04:06 +08:00
BUGFIX Hardfault Commander Calibration
This commit is contained in:
parent
2772022785
commit
ef444da689
@ -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(3304));
|
||||
pthread_attr_setstacksize(&low_prio_attr, PX4_STACK_ADJUSTED(3804));
|
||||
|
||||
#ifndef __PX4_QURT
|
||||
// This is not supported by QURT (yet).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user