Plane: AC_Avoid is built on all vehicles

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

View File

@ -50,7 +50,6 @@ LIBRARIES += AC_PID
LIBRARIES += AP_InertialNav
LIBRARIES += AC_WPNav
LIBRARIES += AC_Fence
LIBRARIES += AC_Avoidance
LIBRARIES += AP_Tuning
LIBRARIES += AP_Stats
LIBRARIES += AP_Landing

View File

@ -25,7 +25,6 @@ def build(bld):
'AP_Motors',
'AC_PID',
'AC_Fence',
'AC_Avoidance',
'AP_Stats',
'AP_Landing',
'AP_Beacon',