Browse Source

Copter: add AP_Beacon to build

master
Randy Mackay 8 years ago
parent
commit
8ab5124489
  1. 1
      ArduCopter/make.inc
  2. 1
      ArduCopter/wscript

1
ArduCopter/make.inc

@ -63,3 +63,4 @@ LIBRARIES += AP_Avoidance @@ -63,3 +63,4 @@ LIBRARIES += AP_Avoidance
LIBRARIES += AP_Proximity
LIBRARIES += AP_Stats
LIBRARIES += AP_Gripper
LIBRARIES += AP_Beacon

1
ArduCopter/wscript

@ -31,6 +31,7 @@ def build(bld): @@ -31,6 +31,7 @@ def build(bld):
'AP_Proximity',
'AP_Stats',
'AP_Gripper',
'AP_Beacon'
],
)

Loading…
Cancel
Save