AP_NavEKF2: initialise Kfusion stack variable to fix compilation
This fixes the compilation, as previous patches have done.
This commit is contained in:
parent
9fb715692e
commit
952d4d2cbc
@ -39,7 +39,7 @@ void NavEKF2_core::FuseAirspeed()
|
||||
float SK_TAS;
|
||||
Vector24 H_TAS;
|
||||
float VtasPred;
|
||||
Vector28 Kfusion;
|
||||
Vector28 Kfusion {};
|
||||
|
||||
// health is set bad until test passed
|
||||
tasHealth = false;
|
||||
|
Loading…
Reference in New Issue
Block a user