Copter: stop passing ahrs to PrecLand constructor
This commit is contained in:
parent
0a7399ae7d
commit
09d8a33aaf
@ -552,7 +552,7 @@ private:
|
||||
|
||||
// Precision Landing
|
||||
#if PRECISION_LANDING == ENABLED
|
||||
AC_PrecLand precland{ahrs};
|
||||
AC_PrecLand precland;
|
||||
#endif
|
||||
|
||||
// Pilot Input Management Library
|
||||
|
Loading…
Reference in New Issue
Block a user