Skip to content
Snippets Groups Projects
Commit d40187fa authored by Peter Barker's avatar Peter Barker Committed by Francisco Ferreira
Browse files

Plane: correct compilation when geofence disabled

parent 12d0241e
No related branches found
No related tags found
No related merge requests found
...@@ -485,7 +485,8 @@ bool Plane::geofence_set_floor_enabled(bool floor_enable) { ...@@ -485,7 +485,8 @@ bool Plane::geofence_set_floor_enabled(bool floor_enable) {
return false; return false;
} }
bool geofence_breached(void) { bool Plane::geofence_breached(void)
{
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment