mirror of https://github.com/ArduPilot/ardupilot
Plane: AP_Proximity is now a common library
This commit is contained in:
parent
82d486add0
commit
fcf6c69a5b
|
@ -51,7 +51,6 @@ LIBRARIES += AP_InertialNav
|
|||
LIBRARIES += AC_WPNav
|
||||
LIBRARIES += AC_Fence
|
||||
LIBRARIES += AC_Avoidance
|
||||
LIBRARIES += AP_Proximity
|
||||
LIBRARIES += AP_Tuning
|
||||
LIBRARIES += AP_Stats
|
||||
LIBRARIES += AP_Landing
|
||||
|
|
|
@ -26,7 +26,6 @@ def build(bld):
|
|||
'AC_PID',
|
||||
'AC_Fence',
|
||||
'AC_Avoidance',
|
||||
'AP_Proximity',
|
||||
'AP_Stats',
|
||||
'AP_Landing',
|
||||
'AP_Beacon',
|
||||
|
|
Loading…
Reference in New Issue