mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: fixed up merge errors
This commit is contained in:
parent
b56c8211c9
commit
a7faa58879
@ -601,10 +601,6 @@ static const struct LogStructure log_structure[] PROGMEM = {
|
||||
"ARSP", "Iffc", "TimeMS,Airspeed,DiffPress,Temp" },
|
||||
{ LOG_AHRS2_MSG, sizeof(log_AHRS2),
|
||||
"AHR2","IccCfLL","TimeMS,Roll,Pitch,Yaw,Alt,Lat,Lng" },
|
||||
{ LOG_EKF1_MSG, sizeof(log_EKF1),
|
||||
"EKF1","IccCffffffbbb","TimeMS,Roll,Pitch,Yaw,VN,VE,VD,PN,PE,PD,GX,GY,GZ" },
|
||||
{ LOG_EKF2_MSG, sizeof(log_EKF2),
|
||||
"EKF2","Ibbbcchhhhhh","TimeMS,AX,AY,AZ,VWN,VWE,MN,ME,MD,MX,MY,MZ" },
|
||||
TECS_LOG_FORMAT(LOG_TECS_MSG),
|
||||
};
|
||||
|
||||
|
@ -143,8 +143,6 @@ enum log_messages {
|
||||
LOG_COMPASS2_MSG,
|
||||
LOG_ARM_DISARM_MSG,
|
||||
LOG_AIRSPEED_MSG,
|
||||
LOG_EKF1_MSG,
|
||||
LOG_EKF2_MSG,
|
||||
LOG_AHRS2_MSG, // unused
|
||||
MAX_NUM_LOGS // always at the end
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user