mirror of https://github.com/ArduPilot/ardupilot
AC_Fence: correct compilation when fence compiled out
This commit is contained in:
parent
a9a3de8f20
commit
1fea941fdb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue