Copter: remove ins from InertialNav object instantiation

This commit is contained in:
Randy Mackay 2013-10-25 22:57:32 +09:00
parent 8fc16d5cdf
commit 36832aaa61

View File

@ -759,7 +759,7 @@ static float G_Dt = 0.02;
////////////////////////////////////////////////////////////////////////////////
// Inertial Navigation
////////////////////////////////////////////////////////////////////////////////
static AP_InertialNav inertial_nav(&ahrs, &ins, &barometer, g_gps, gps_glitch);
static AP_InertialNav inertial_nav(&ahrs, &barometer, g_gps, gps_glitch);
////////////////////////////////////////////////////////////////////////////////
// Waypoint navigation object