simulator_sih: increase stack size by 310 bytes

This commit is contained in:
Igor Mišić 2023-05-11 21:30:52 +02:00 committed by Beat Küng
parent eb9bcb0c28
commit 05f5ab7988
1 changed files with 1 additions and 1 deletions

View File

@ -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);