From 1fea941fdb5625a55205d331317261377fa34994 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 31 Aug 2022 21:04:01 +1000 Subject: [PATCH] AC_Fence: correct compilation when fence compiled out --- libraries/AC_Fence/LogStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AC_Fence/LogStructure.h b/libraries/AC_Fence/LogStructure.h index 42f9e8d397..071fc23f4b 100644 --- a/libraries/AC_Fence/LogStructure.h +++ b/libraries/AC_Fence/LogStructure.h @@ -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