DataFlash: fixed BAR2 and BAR3 log formats

This commit is contained in:
Andrew Tridgell 2016-05-09 11:09:44 +10:00
parent 5d24f0de23
commit 5398283c9b

View File

@ -862,9 +862,9 @@ 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", "Qffcf", "TimeUS,Alt,Press,Temp,CRt" }, \
"BAR2", "QffcfI", "TimeUS,Alt,Press,Temp,CRt,SMS" }, \
{ LOG_BAR3_MSG, sizeof(log_BARO), \
"BAR3", "Qffcf", "TimeUS,Alt,Press,Temp,CRt" }, \
"BAR3", "QffcfI", "TimeUS,Alt,Press,Temp,CRt,SMS" }, \
{ LOG_VIBE_MSG, sizeof(log_Vibe), \
"VIBE", "QfffIII", "TimeUS,VibeX,VibeY,VibeZ,Clip0,Clip1,Clip2" }, \
{ LOG_IMUDT_MSG, sizeof(log_IMUDT), \