Skip to content
Snippets Groups Projects
Commit 8ecada3f authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Sensors: Allow more headroom for stack

parent a19a6be0
No related branches found
No related tags found
No related merge requests found
......@@ -2292,7 +2292,7 @@ Sensors::start()
_sensors_task = px4_task_spawn_cmd("sensors",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
2000,
2200,
(px4_main_t)&Sensors::task_main_trampoline,
nullptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment