Copter: remove unused dt passed to precland

This commit is contained in:
Allan Matthew 2016-05-06 11:04:42 +09:00 committed by Randy Mackay
parent d01db0edd6
commit d6012c535e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Copter::Copter(void) :
terrain(ahrs, mission, rally),
#endif
#if PRECISION_LANDING == ENABLED
precland(ahrs, inertial_nav, MAIN_LOOP_SECONDS),
precland(ahrs, inertial_nav),
#endif
#if FRAME_CONFIG == HELI_FRAME
// ToDo: Input Manager is only used by Heli for 3.3, but will be used by all frames for 3.4