Browse Source

Sub: AP_Proximity is now a common library

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

1
ArduSub/make.inc

@ -36,7 +36,6 @@ LIBRARIES += AC_Circle @@ -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

1
ArduSub/wscript

@ -18,7 +18,6 @@ def build(bld): @@ -18,7 +18,6 @@ def build(bld):
'AP_LeakDetector',
'AP_Motors',
'AP_RCMapper',
'AP_Proximity',
'AP_Gripper',
'AP_Beacon',
'AP_TemperatureSensor',

Loading…
Cancel
Save