Sub: AP_Proximity is now a common library

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

View File

@ -36,7 +36,6 @@ LIBRARIES += AC_Circle
LIBRARIES += AP_Declination
LIBRARIES += AC_Fence
LIBRARIES += AC_Avoidance
LIBRARIES += AP_Proximity
LIBRARIES += AP_Scheduler
LIBRARIES += AP_RCMapper
LIBRARIES += AP_Notify

View File

@ -18,7 +18,6 @@ def build(bld):
'AP_LeakDetector',
'AP_Motors',
'AP_RCMapper',
'AP_Proximity',
'AP_Gripper',
'AP_Beacon',
'AP_TemperatureSensor',