Browse Source

HIL: Limit stack size of HIL app

sbg
Lorenz Meier 10 years ago
parent
commit
b235420f17
  1. 2
      src/drivers/hil/hil.cpp

2
src/drivers/hil/hil.cpp

@ -231,7 +231,7 @@ HIL::init() @@ -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);

Loading…
Cancel
Save