mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Revert "AP_TECS: coverity scan: init variable struct"
This reverts commit 19713200e5
.
This commit is contained in:
parent
be752164f4
commit
c38c3ae7fe
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user