Browse Source

Plane: AP_Proximity is now a common library

master
Michael du Breuil 7 years ago committed by Francisco Ferreira
parent
commit
fcf6c69a5b
  1. 1
      ArduPlane/make.inc
  2. 1
      ArduPlane/wscript

1
ArduPlane/make.inc

@ -51,7 +51,6 @@ LIBRARIES += AP_InertialNav @@ -51,7 +51,6 @@ LIBRARIES += AP_InertialNav
LIBRARIES += AC_WPNav
LIBRARIES += AC_Fence
LIBRARIES += AC_Avoidance
LIBRARIES += AP_Proximity
LIBRARIES += AP_Tuning
LIBRARIES += AP_Stats
LIBRARIES += AP_Landing

1
ArduPlane/wscript

@ -26,7 +26,6 @@ def build(bld): @@ -26,7 +26,6 @@ def build(bld):
'AC_PID',
'AC_Fence',
'AC_Avoidance',
'AP_Proximity',
'AP_Stats',
'AP_Landing',
'AP_Beacon',

Loading…
Cancel
Save