AP_Baro: mark log messages as streaming

This commit is contained in:
Andrew Tridgell 2021-07-27 18:48:09 +10:00
parent 5dab362286
commit 166d13d8c3
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ struct PACKED log_BARO {
#define LOG_STRUCTURE_FROM_BARO \
{ LOG_BARO_MSG, sizeof(log_BARO), \
"BARO", "QBffcfIffB", "TimeUS,I,Alt,Press,Temp,CRt,SMS,Offset,GndTemp,Health", "s#mPOnsmO-", "F-00B0C?0-" },
"BARO", "QBffcfIffB", "TimeUS,I,Alt,Press,Temp,CRt,SMS,Offset,GndTemp,Health", "s#mPOnsmO-", "F-00B0C?0-" , true },