AP_TECS: coverity scan: init variable struct
This commit is contained in:
parent
6d0cf22358
commit
19713200e5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user