Plane: correct compilation when geofence disabled
This commit is contained in:
parent
12d0241e51
commit
d40187fac7
@ -485,7 +485,8 @@ bool Plane::geofence_set_floor_enabled(bool floor_enable) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool geofence_breached(void) {
|
||||
bool Plane::geofence_breached(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user