mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 16:27:35 +08:00
Adjusted stack size for commander app
This commit is contained in:
@@ -1227,8 +1227,8 @@ int commander_main(int argc, char *argv[])
|
||||
thread_should_exit = false;
|
||||
daemon_task = task_spawn("commander",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 50,
|
||||
4000,
|
||||
SCHED_PRIORITY_MAX - 40,
|
||||
3000,
|
||||
commander_thread_main,
|
||||
(argv) ? (const char **)&argv[2] : (const char **)NULL);
|
||||
exit(0);
|
||||
|
||||
Reference in New Issue
Block a user