mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ecl: Update ekf2 to version that addresses known vulnerabilities
See: https://github.com/PX4/ecl/pull/350 https://github.com/PX4/ecl/pull/354 Note the amount of stack allocation has had to be increased to accomodate pr350
This commit is contained in:
parent
c2c8ed6f5c
commit
a410893080
@ -1 +1 @@
|
||||
Subproject commit f921b2de5cbcf309cdf61c2cbe15c0b4dd2ce9b5
|
||||
Subproject commit cc651ac4729b339c1187c0e2d7aa03a2943eadf9
|
||||
@ -1436,7 +1436,7 @@ int Ekf2::task_spawn(int argc, char *argv[])
|
||||
_task_id = px4_task_spawn_cmd("ekf2",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_ESTIMATOR,
|
||||
5720,
|
||||
6600,
|
||||
(px4_main_t)&run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user