Plane: AP_Proximity is now a common library

This commit is contained in:
Michael du Breuil 2018-05-13 01:49:53 -07:00 committed by Francisco Ferreira
parent 82d486add0
commit fcf6c69a5b
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

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