mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Plane: fixed comma
This commit is contained in:
parent
a7faa58879
commit
35a9201c9a
@ -601,7 +601,7 @@ 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" },
|
||||
TECS_LOG_FORMAT(LOG_TECS_MSG),
|
||||
TECS_LOG_FORMAT(LOG_TECS_MSG)
|
||||
};
|
||||
|
||||
// Read the DataFlash.log memory : Packet Parser
|
||||
|
Loading…
Reference in New Issue
Block a user