diff --git a/src/modules/ekf2/ekf2_main.cpp b/src/modules/ekf2/ekf2_main.cpp index 5d7f4e4b8e..aad8836650 100644 --- a/src/modules/ekf2/ekf2_main.cpp +++ b/src/modules/ekf2/ekf2_main.cpp @@ -1044,7 +1044,7 @@ int Ekf2::start() _control_task = px4_task_spawn_cmd("ekf2", SCHED_DEFAULT, SCHED_PRIORITY_MAX - 5, - 6000, + 5800, (px4_main_t)&Ekf2::task_main_trampoline, nullptr);