mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
DataFlash: fixed BAR2 format for drift offset
This commit is contained in:
parent
ee168bee8d
commit
f02c8f732c
@ -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), \
|
||||
|
Loading…
Reference in New Issue
Block a user