forked from Archive/PX4-Autopilot
simulator_sih: increase stack size by 310 bytes
This commit is contained in:
parent
eb9bcb0c28
commit
05f5ab7988
|
@ -645,7 +645,7 @@ int Sih::task_spawn(int argc, char *argv[])
|
|||
_task_id = px4_task_spawn_cmd("sih",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX,
|
||||
1250,
|
||||
1560,
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
|
|
Loading…
Reference in New Issue