mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
DataFlash: added Columns column to FMT
This commit is contained in:
parent
87d43d766d
commit
e7cf07dfb7
@ -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), \
|
||||
|
Loading…
Reference in New Issue
Block a user