Copter: remove ins from InertialNav object instantiation

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

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