mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +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
|
||||
bool resetVelocity();
|
||||
|
||||
inline void resetVelocityToGps();
|
||||
void resetVelocityToGps();
|
||||
|
||||
inline void resetHorizontalVelocityToOpticalFlow();
|
||||
|
||||
@@ -594,7 +594,7 @@ private:
|
||||
|
||||
bool resetHorizontalPosition();
|
||||
|
||||
inline void resetHorizontalPositionToGps();
|
||||
void resetHorizontalPositionToGps();
|
||||
|
||||
inline void resetHorizontalPositionToVision();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user