1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

keep on stack for now

This commit is contained in:
Corvus Corax 2013-05-11 01:56:57 +02:00
parent e3147eed1a
commit 92d73e0e73

View File

@ -432,7 +432,7 @@ void CovariancePrediction(float F[NUMX][NUMX], float G[NUMX][NUMW],
float dT1 = 1.0f / dT; // multiplication is faster than division on fpu.
float dTsq = dT * dT;
static float Dummy[NUMX][NUMX];
float Dummy[NUMX][NUMX];
int8_t i;
for (i = 0; i < NUMX; i++) { // Calculate Dummy = (P/T +F*P)