Browse Source

Copter: add AP_Proximity to build

master
Randy Mackay 9 years ago
parent
commit
5f749a0597
  1. 1
      ArduCopter/make.inc
  2. 3
      ArduCopter/wscript

1
ArduCopter/make.inc

@ -61,3 +61,4 @@ LIBRARIES += AP_IRLock @@ -61,3 +61,4 @@ LIBRARIES += AP_IRLock
LIBRARIES += AC_InputManager
LIBRARIES += AP_ADSB
LIBRARIES += AP_Avoidance
LIBRARIES += AP_Proximity

3
ArduCopter/wscript

@ -29,7 +29,8 @@ def build(bld): @@ -29,7 +29,8 @@ def build(bld):
'AP_Relay',
'AP_ServoRelayEvents',
'AP_Avoidance',
'AP_AdvancedFailsafe'
'AP_AdvancedFailsafe',
'AP_Proximity'
],
)

Loading…
Cancel
Save