DataFlash: fixed BAR2 format for drift offset

This commit is contained in:
Andrew Tridgell 2016-05-28 11:07:44 +10:00
parent ee168bee8d
commit f02c8f732c

View File

@ -864,7 +864,7 @@ Format characters in the format string for binary log messages
{ LOG_PIDS_MSG, sizeof(log_PID), \
"PIDS", "Qffffff", "TimeUS,Des,P,I,D,FF,AFF" }, \
{ LOG_BAR2_MSG, sizeof(log_BARO), \
"BAR2", "QffcfI", "TimeUS,Alt,Press,Temp,CRt,SMS" }, \
"BAR2", "QffcfIf", "TimeUS,Alt,Press,Temp,CRt,SMS,Offset" }, \
{ LOG_BAR3_MSG, sizeof(log_BARO), \
"BAR3", "QffcfI", "TimeUS,Alt,Press,Temp,CRt,SMS" }, \
{ LOG_VIBE_MSG, sizeof(log_Vibe), \