mirror of https://github.com/ArduPilot/ardupilot
DataFlash: rename SBFE's Long field to Lng
This naming is consistent with the other GPS messages
This commit is contained in:
parent
032e834849
commit
4bedc57cbe
|
@ -831,7 +831,7 @@ Format characters in the format string for binary log messages
|
|||
{ LOG_GPS_RAWS_MSG, sizeof(log_GPS_RAWS), \
|
||||
"GRXS", "QddfBBBHBBBBB", "TimeUS,prMes,cpMes,doMes,gnss,sv,freq,lock,cno,prD,cpD,doD,trk" }, \
|
||||
{ LOG_GPS_SBF_EVENT_MSG, sizeof(log_GPS_SBF_EVENT), \
|
||||
"SBFE", "QIHBBdddfffff", "TimeUS,TOW,WN,Mode,Err,Lat,Long,Height,Undul,Vn,Ve,Vu,COG" }, \
|
||||
"SBFE", "QIHBBdddfffff", "TimeUS,TOW,WN,Mode,Err,Lat,Lng,Height,Undul,Vn,Ve,Vu,COG" }, \
|
||||
{ LOG_ESC1_MSG, sizeof(log_Esc), \
|
||||
"ESC1", "Qcccc", "TimeUS,RPM,Volt,Curr,Temp" }, \
|
||||
{ LOG_ESC2_MSG, sizeof(log_Esc), \
|
||||
|
|
Loading…
Reference in New Issue