EKF2: Only use the memory it needs

This commit is contained in:
Lorenz Meier
2016-08-15 13:07:58 +02:00
committed by Lorenz Meier
parent a7ad722b98
commit d810726c6e
+1 -1
View File
@@ -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