Browse Source

ArduCopter: remove inertial_nav from precland constructor

master
Pierre Kancir 7 years ago committed by Randy Mackay
parent
commit
70805d61f2
  1. 2
      ArduCopter/Copter.h

2
ArduCopter/Copter.h

@ -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…
Cancel
Save