Copter: AP_Proximity is now a common library

This commit is contained in:
Michael du Breuil 2018-05-13 01:50:08 -07:00 committed by Francisco Ferreira
parent fcf6c69a5b
commit 1c6031e5e5
2 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ LIBRARIES += AP_IRLock
LIBRARIES += AC_InputManager LIBRARIES += AC_InputManager
LIBRARIES += AP_ADSB LIBRARIES += AP_ADSB
LIBRARIES += AP_Avoidance LIBRARIES += AP_Avoidance
LIBRARIES += AP_Proximity
LIBRARIES += AP_Stats LIBRARIES += AP_Stats
LIBRARIES += AP_Gripper LIBRARIES += AP_Gripper
LIBRARIES += AP_Beacon LIBRARIES += AP_Beacon

View File

@ -26,7 +26,6 @@ def build(bld):
'AP_RCMapper', 'AP_RCMapper',
'AP_Avoidance', 'AP_Avoidance',
'AP_AdvancedFailsafe', 'AP_AdvancedFailsafe',
'AP_Proximity',
'AP_SmartRTL', 'AP_SmartRTL',
'AP_Stats', 'AP_Stats',
'AP_Gripper', 'AP_Gripper',