mirror of https://github.com/ArduPilot/ardupilot
Sub: AP_Proximity is now a common library
This commit is contained in:
parent
1c6031e5e5
commit
936c7faa3e
|
@ -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
|
||||
|
|
|
@ -18,7 +18,6 @@ def build(bld):
|
|||
'AP_LeakDetector',
|
||||
'AP_Motors',
|
||||
'AP_RCMapper',
|
||||
'AP_Proximity',
|
||||
'AP_Gripper',
|
||||
'AP_Beacon',
|
||||
'AP_TemperatureSensor',
|
||||
|
|
Loading…
Reference in New Issue