Rover: AP_Proximity is now a common library

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

View File

@ -45,7 +45,6 @@ LIBRARIES += AP_WheelEncoder
LIBRARIES += AP_AdvancedFailsafe
LIBRARIES += AR_AttitudeControl
LIBRARIES += AC_PID
LIBRARIES += AP_Proximity
LIBRARIES += AC_Fence
LIBRARIES += AP_SmartRTL
LIBRARIES += AC_Avoidance

View File

@ -21,7 +21,6 @@ def build(bld):
'AP_WheelEncoder',
'AP_SmartRTL',
'AC_Fence',
'AP_Proximity',
'AC_Avoidance',
'AC_AttitudeControl',
'AP_Devo_Telem',