AC_Fence: fix comment

This commit is contained in:
Peter Barker 2017-12-12 16:50:32 +11:00 committed by Randy Mackay
parent e8151a7ec1
commit 86fe1671c1

View File

@ -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;