mirror of https://github.com/ArduPilot/ardupilot
Plane: AC_Avoid is built on all vehicles
This commit is contained in:
parent
7cfc020c3c
commit
3b49e46c36
|
@ -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
|
||||
|
|
|
@ -25,7 +25,6 @@ def build(bld):
|
|||
'AP_Motors',
|
||||
'AC_PID',
|
||||
'AC_Fence',
|
||||
'AC_Avoidance',
|
||||
'AP_Stats',
|
||||
'AP_Landing',
|
||||
'AP_Beacon',
|
||||
|
|
Loading…
Reference in New Issue