mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
AP_Landing: fix complation without fence
This commit is contained in:
parent
df3affc38c
commit
3942ee0811
@ -267,11 +267,12 @@ bool AP_Landing::verify_abort_landing(const Location &prev_WP_loc, Location &nex
|
|||||||
mission.resume();
|
mission.resume();
|
||||||
}
|
}
|
||||||
// else we're in AUTO with a stopped mission and handle_auto_mode() will set RTL
|
// else we're in AUTO with a stopped mission and handle_auto_mode() will set RTL
|
||||||
|
#if AC_FENCE
|
||||||
AC_Fence *fence = AP::fence();
|
AC_Fence *fence = AP::fence();
|
||||||
if (fence) {
|
if (fence) {
|
||||||
fence->auto_enable_fence_after_takeoff();
|
fence->auto_enable_fence_after_takeoff();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
Log();
|
Log();
|
||||||
|
Loading…
Reference in New Issue
Block a user