Browse Source

AC_Fence: fix comment

mission-4.1.18
Peter Barker 7 years ago committed by Randy Mackay
parent
commit
86fe1671c1
  1. 2
      libraries/AC_Fence/AC_Fence.cpp

2
libraries/AC_Fence/AC_Fence.cpp

@ -197,7 +197,7 @@ bool AC_Fence::check_fence_polygon() @@ -197,7 +197,7 @@ bool AC_Fence::check_fence_polygon()
// check consistency of number of points
if (_boundary_num_points != _total) {
// we have no idea where the fence is. Can't breach it?!
// Fence is currently not completely loaded. Can't breach it?!
_boundary_loaded = false;
load_polygon_from_eeprom();
return false;

Loading…
Cancel
Save