mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
ekf2: remove unused function declatation
This commit is contained in:
committed by
Mathieu Bresciani
parent
d6bb5b3b9e
commit
58ded8d4c0
@@ -137,8 +137,6 @@ private:
|
||||
bool preFlightCheckVertVelFailed(const estimator_innovations_s &innov, float alpha);
|
||||
bool preFlightCheckHeightFailed(const estimator_innovations_s &innov, float alpha);
|
||||
|
||||
void resetPreFlightChecks();
|
||||
|
||||
bool _has_heading_failed{};
|
||||
bool _has_horiz_vel_failed{};
|
||||
bool _has_vert_vel_failed{};
|
||||
|
||||
Reference in New Issue
Block a user