AP_TECS: coverity scan: init variable struct

This commit is contained in:
Tom Pittenger 2016-07-05 13:56:35 -07:00
parent 6d0cf22358
commit 19713200e5
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ private:
float SPE_error;
float SKE_error;
float SEB_delta;
} logging;
} logging {0};
// Update the airspeed internal state using a second order complementary filter
void _update_speed(float load_factor);