HIL: Limit stack size of HIL app

This commit is contained in:
Lorenz Meier 2015-08-23 11:06:04 +02:00
parent 4a839c7e7e
commit b235420f17
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ HIL::init()
_task = task_spawn_cmd("fmuhil",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
1200,
1000,
(main_t)&HIL::task_main_trampoline,
nullptr);