Browse Source

Plane: add AP_Beacon to build

master
Randy Mackay 8 years ago
parent
commit
3587961be6
  1. 1
      ArduPlane/make.inc
  2. 1
      ArduPlane/wscript

1
ArduPlane/make.inc

@ -61,3 +61,4 @@ LIBRARIES += AP_Proximity @@ -61,3 +61,4 @@ LIBRARIES += AP_Proximity
LIBRARIES += AP_Tuning
LIBRARIES += AP_Stats
LIBRARIES += AP_Landing
LIBRARIES += AP_Beacon

1
ArduPlane/wscript

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

Loading…
Cancel
Save