AC_Fence: correct compilation when fence compiled out

This commit is contained in:
Peter Barker 2022-08-31 21:04:01 +10:00 committed by Peter Barker
parent a9a3de8f20
commit 1fea941fdb
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ struct PACKED log_Fence {
#else
#define LOG_STRUCTURE_FROM_FENCE \
{ LOG_FENCE_MSG, sizeof(log_Fence), \
"FNCE", "QBBBLLBf", "TimeUS,Tot,Seq,Type,Lat,Lng,Count,Radius", "s---DU-m", "F---GG--" }
"FNCE", "QBBBLLBf", "TimeUS,Tot,Seq,Type,Lat,Lng,Count,Radius", "s---DU-m", "F---GG--" },
#endif