Plane: removed duplicate log description

This commit is contained in:
Andrew Tridgell 2014-01-30 22:00:50 +11:00
parent 1001df0e56
commit d7839aa4ab

View File

@ -599,8 +599,6 @@ static const struct LogStructure log_structure[] PROGMEM = {
"ARM", "IHB", "TimeMS,ArmState,ArmChecks" }, "ARM", "IHB", "TimeMS,ArmState,ArmChecks" },
{ LOG_AIRSPEED_MSG, sizeof(log_AIRSPEED), { LOG_AIRSPEED_MSG, sizeof(log_AIRSPEED),
"ARSP", "Iffc", "TimeMS,Airspeed,DiffPress,Temp" }, "ARSP", "Iffc", "TimeMS,Airspeed,DiffPress,Temp" },
{ LOG_AHRS2_MSG, sizeof(log_AHRS2),
"AHR2","IccCfLL","TimeMS,Roll,Pitch,Yaw,Alt,Lat,Lng" },
TECS_LOG_FORMAT(LOG_TECS_MSG) TECS_LOG_FORMAT(LOG_TECS_MSG)
}; };