mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: make SCR name field instance
This commit is contained in:
parent
4fcd767f9e
commit
3fc8f27899
|
@ -1342,7 +1342,7 @@ LOG_STRUCTURE_FROM_VISUALODOM \
|
|||
"FILE", "NIBZ", "FileName,Offset,Length,Data", "----", "----" }, \
|
||||
LOG_STRUCTURE_FROM_AIS \
|
||||
{ LOG_SCRIPTING_MSG, sizeof(log_Scripting), \
|
||||
"SCR", "QNIii", "TimeUS,Name,Runtime,Total_mem,Run_mem", "s-sbb", "F-F--", true }, \
|
||||
"SCR", "QNIii", "TimeUS,Name,Runtime,Total_mem,Run_mem", "s#sbb", "F-F--", true }, \
|
||||
{ LOG_VER_MSG, sizeof(log_VER), \
|
||||
"VER", "QBHBBBBIZH", "TimeUS,BT,BST,Maj,Min,Pat,FWT,GH,FWS,APJ", "s---------", "F---------", false }, \
|
||||
{ LOG_MOTBATT_MSG, sizeof(log_MotBatt), \
|
||||
|
|
Loading…
Reference in New Issue