AP_Logger: make SCR name field instance

This commit is contained in:
Tatsuya Yamaguchi 2023-05-19 12:13:36 +09:00 committed by Andrew Tridgell
parent 4fcd767f9e
commit 3fc8f27899
1 changed files with 1 additions and 1 deletions

View File

@ -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), \