Copter: AC_Avoid is built on all vehicles

This commit is contained in:
Peter Barker 2018-10-27 08:25:47 +11:00 committed by Peter Barker
parent 6cbcfb5d61
commit 7cfc020c3c
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -11,7 +11,6 @@ def build(bld):
'AC_AttitudeControl', 'AC_AttitudeControl',
'AC_InputManager', 'AC_InputManager',
'AC_Fence', 'AC_Fence',
'AC_Avoidance',
'AC_PID', 'AC_PID',
'AC_PrecLand', 'AC_PrecLand',
'AC_Sprayer', 'AC_Sprayer',