ArduCopter: remove inertial_nav from precland constructor

This commit is contained in:
Pierre Kancir 2018-04-10 17:21:03 +02:00 committed by Randy Mackay
parent 6fe0597399
commit 70805d61f2
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ private:
// Precision Landing
#if PRECISION_LANDING == ENABLED
AC_PrecLand precland{ahrs, inertial_nav};
AC_PrecLand precland{ahrs};
#endif
// Pilot Input Management Library