mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
keep on stack for now
This commit is contained in:
parent
e3147eed1a
commit
92d73e0e73
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user