diff --git a/EKF/ekf.h b/EKF/ekf.h index 854b2d52d2..dadac06665 100644 --- a/EKF/ekf.h +++ b/EKF/ekf.h @@ -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();