mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
remove inline modifier
This commit is contained in:
committed by
Mathieu Bresciani
parent
74780aa512
commit
e835bc34c4
@@ -578,7 +578,7 @@ private:
|
|||||||
// reset velocity states of the ekf
|
// reset velocity states of the ekf
|
||||||
bool resetVelocity();
|
bool resetVelocity();
|
||||||
|
|
||||||
inline void resetVelocityToGps();
|
void resetVelocityToGps();
|
||||||
|
|
||||||
inline void resetHorizontalVelocityToOpticalFlow();
|
inline void resetHorizontalVelocityToOpticalFlow();
|
||||||
|
|
||||||
@@ -594,7 +594,7 @@ private:
|
|||||||
|
|
||||||
bool resetHorizontalPosition();
|
bool resetHorizontalPosition();
|
||||||
|
|
||||||
inline void resetHorizontalPositionToGps();
|
void resetHorizontalPositionToGps();
|
||||||
|
|
||||||
inline void resetHorizontalPositionToVision();
|
inline void resetHorizontalPositionToVision();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user