AP_NavEKF2: initialise Kfusion stack variable to fix compilation

This fixes the compilation, as previous patches have done.
This commit is contained in:
Peter Barker 2019-09-25 11:50:57 +10:00 committed by Andrew Tridgell
parent 9fb715692e
commit 952d4d2cbc

View File

@ -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;