Copter: stop passing ahrs to PrecLand constructor

This commit is contained in:
Peter Barker 2018-07-16 10:30:08 +10:00 committed by Randy Mackay
parent 0a7399ae7d
commit 09d8a33aaf

View File

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