mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
Copter: AP_Proximity is now a common library
This commit is contained in:
parent
fcf6c69a5b
commit
1c6031e5e5
@ -57,7 +57,6 @@ LIBRARIES += AP_IRLock
|
||||
LIBRARIES += AC_InputManager
|
||||
LIBRARIES += AP_ADSB
|
||||
LIBRARIES += AP_Avoidance
|
||||
LIBRARIES += AP_Proximity
|
||||
LIBRARIES += AP_Stats
|
||||
LIBRARIES += AP_Gripper
|
||||
LIBRARIES += AP_Beacon
|
||||
|
@ -26,7 +26,6 @@ def build(bld):
|
||||
'AP_RCMapper',
|
||||
'AP_Avoidance',
|
||||
'AP_AdvancedFailsafe',
|
||||
'AP_Proximity',
|
||||
'AP_SmartRTL',
|
||||
'AP_Stats',
|
||||
'AP_Gripper',
|
||||
|
Loading…
Reference in New Issue
Block a user