DataFlash: fixed GPS2 log format

This commit is contained in:
Andrew Tridgell 2016-07-18 09:19:05 +10:00
parent a978277619
commit 6776f8ac76

View File

@ -747,7 +747,7 @@ Format characters in the format string for binary log messages
{ LOG_GPS_MSG, sizeof(log_GPS), \
"GPS", "QBIHBcLLefffB", "TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,U" }, \
{ LOG_GPS2_MSG, sizeof(log_GPS), \
"GPS2", "QBIHBcLLefefB", "TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,U" }, \
"GPS2", "QBIHBcLLefffB", "TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,U" }, \
{ LOG_GPA_MSG, sizeof(log_GPA), \
"GPA", "QCCCCBI", "TimeUS,VDop,HAcc,VAcc,SAcc,VV,SMS" }, \
{ LOG_GPA2_MSG, sizeof(log_GPA), \