Revert "AP_TECS: coverity scan: init variable struct"

This reverts commit 19713200e5.
This commit is contained in:
Tom Pittenger 2016-07-11 22:01:02 -07:00
parent be752164f4
commit c38c3ae7fe

View File

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