Skip to content

Commit

Permalink
Update src/modules/navigator/geofence.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bresch authored Aug 14, 2024
1 parent 74897d5 commit 6967cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/navigator/geofence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ bool Geofence::checkPointAgainstPolygonCircle(const PolygonInfo &polygon, double
checksPass &= !insidePolygon(polygon, lat, lon, altitude);
break;

default: // unknown fence typesss
default: // unknown fence type
break;
}

Expand Down

0 comments on commit 6967cab

Please sign in to comment.