mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_Fence: fix comment
This commit is contained in:
parent
e8151a7ec1
commit
86fe1671c1
@ -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…
Reference in New Issue
Block a user