Sensors: Reinstate main stack

This commit is contained in:
Lorenz Meier 2016-05-27 23:12:07 +02:00
parent 24622131c9
commit 0dc36d149e

View File

@ -2276,7 +2276,7 @@ Sensors::start()
_sensors_task = px4_task_spawn_cmd("sensors",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
2200,
2000,
(px4_main_t)&Sensors::task_main_trampoline,
nullptr);