DataFlash: added Columns column to FMT

This commit is contained in:
Andrew Tridgell 2014-01-03 11:58:41 +11:00
parent 87d43d766d
commit e7cf07dfb7
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ struct PACKED log_POWR {
#define LOG_COMMON_STRUCTURES \
{ LOG_FORMAT_MSG, sizeof(log_Format), \
"FMT", "BBnNZ", "Type,Length,Name,Format" }, \
"FMT", "BBnNZ", "Type,Length,Name,Format,Columns" }, \
{ LOG_PARAMETER_MSG, sizeof(log_Parameter), \
"PARM", "Nf", "Name,Value" }, \
{ LOG_GPS_MSG, sizeof(log_GPS), \