From 4bedc57cbe3d157a7391e037cb8caaab845b599b Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Mon, 4 Jul 2016 11:16:29 +0900 Subject: [PATCH] DataFlash: rename SBFE's Long field to Lng This naming is consistent with the other GPS messages --- libraries/DataFlash/LogStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/DataFlash/LogStructure.h b/libraries/DataFlash/LogStructure.h index 9cba7a3c75..fd2f2bc7c7 100644 --- a/libraries/DataFlash/LogStructure.h +++ b/libraries/DataFlash/LogStructure.h @@ -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), \