mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
EKF2: Add minimal stack for M7 targets
This commit is contained in:
committed by
Daniel Agar
parent
bb71e47ddf
commit
f9c9890a49
@@ -1375,7 +1375,7 @@ int Ekf2::task_spawn(int argc, char *argv[])
|
||||
_task_id = px4_task_spawn_cmd("ekf2",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_ESTIMATOR,
|
||||
5700,
|
||||
5720,
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user