mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 01:07:35 +08:00
EKF2: Only use the memory it needs
This commit is contained in:
committed by
Lorenz Meier
parent
a7ad722b98
commit
d810726c6e
@@ -1033,7 +1033,7 @@ int Ekf2::start()
|
||||
// On the DSP we seem to get random crashes with a stack size below 13000.
|
||||
const unsigned stack_size = 15000;
|
||||
#else
|
||||
const unsigned stack_size = 8500;
|
||||
const unsigned stack_size = 6000;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user