mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: remove inertial_nav from precland constructor
This commit is contained in:
parent
6fe0597399
commit
70805d61f2
|
@ -573,7 +573,7 @@ private:
|
||||||
|
|
||||||
// Precision Landing
|
// Precision Landing
|
||||||
#if PRECISION_LANDING == ENABLED
|
#if PRECISION_LANDING == ENABLED
|
||||||
AC_PrecLand precland{ahrs, inertial_nav};
|
AC_PrecLand precland{ahrs};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Pilot Input Management Library
|
// Pilot Input Management Library
|
||||||
|
|
Loading…
Reference in New Issue