mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 01:13:57 -04:00
Rover: AP_Proximity is now a common library
This commit is contained in:
parent
936c7faa3e
commit
dcb0a37643
@ -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
|
||||
|
@ -21,7 +21,6 @@ def build(bld):
|
||||
'AP_WheelEncoder',
|
||||
'AP_SmartRTL',
|
||||
'AC_Fence',
|
||||
'AP_Proximity',
|
||||
'AC_Avoidance',
|
||||
'AC_AttitudeControl',
|
||||
'AP_Devo_Telem',
|
||||
|
Loading…
Reference in New Issue
Block a user