mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
ArduPlane: corrections to returning to the previous mode if fence was disabled while under action
This commit is contained in:
parent
26811ad46d
commit
560943d6e0
@ -28,6 +28,7 @@ void Plane::fence_check()
|
||||
// No returning to a previous mode, unless our action allows it
|
||||
break;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
// we still don't do anything when disarmed, but we do check for fence breaches.
|
||||
|
Loading…
Reference in New Issue
Block a user