mirror of https://github.com/ArduPilot/ardupilot
DataFlash: use L for latitude/longitude in DF messages
This commit is contained in:
parent
e987173ffb
commit
80c20b5cf2
|
@ -612,7 +612,7 @@ Format characters in the format string for binary log messages
|
|||
{ LOG_AHR2_MSG, sizeof(log_AHRS), \
|
||||
"AHR2","IccCfLL","TimeMS,Roll,Pitch,Yaw,Alt,Lat,Lng" }, \
|
||||
{ LOG_POS_MSG, sizeof(log_POS), \
|
||||
"POS","IiIff","TimeMS,Lat,Lng,Alt,RelAlt" }, \
|
||||
"POS","ILLff","TimeMS,Lat,Lng,Alt,RelAlt" }, \
|
||||
{ LOG_SIMSTATE_MSG, sizeof(log_AHRS), \
|
||||
"SIM","IccCfLL","TimeMS,Roll,Pitch,Yaw,Alt,Lat,Lng" }, \
|
||||
{ LOG_EKF1_MSG, sizeof(log_EKF1), \
|
||||
|
|
Loading…
Reference in New Issue