Sub: AC_Avoid is built on all vehicles

This commit is contained in:
Peter Barker 2018-10-27 08:25:58 +11:00 committed by Peter Barker
parent 3b49e46c36
commit 7289f0d04c
2 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ LIBRARIES += AC_Loiter
LIBRARIES += AC_Circle
LIBRARIES += AP_Declination
LIBRARIES += AC_Fence
LIBRARIES += AC_Avoidance
LIBRARIES += AP_Scheduler
LIBRARIES += AP_RCMapper
LIBRARIES += AP_Notify

View File

@ -9,7 +9,6 @@ def build(bld):
ap_libraries=bld.ap_common_vehicle_libraries() + [
'AC_AttitudeControl',
'AC_Fence',
'AC_Avoidance',
'AC_PID',
'AC_WPNav',
'AP_Camera',