mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Plane: removed duplicate log description
This commit is contained in:
parent
1001df0e56
commit
d7839aa4ab
@ -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)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user