DataFlash: rename SBFE's Long field to Lng

This naming is consistent with the other GPS messages
This commit is contained in:
Randy Mackay 2016-07-04 11:16:29 +09:00
parent 032e834849
commit 4bedc57cbe
1 changed files with 1 additions and 1 deletions

View File

@ -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), \