Browse Source

Rover: add AP_Beacon to build

mission-4.1.18
Randy Mackay 8 years ago
parent
commit
0a04bb26f0
  1. 1
      APMrover2/make.inc
  2. 1
      APMrover2/wscript

1
APMrover2/make.inc

@ -47,3 +47,4 @@ LIBRARIES += AP_Declination @@ -47,3 +47,4 @@ LIBRARIES += AP_Declination
LIBRARIES += AP_RPM
LIBRARIES += AP_Arming
LIBRARIES += AP_Stats
LIBRARIES += AP_Beacon

1
APMrover2/wscript

@ -20,6 +20,7 @@ def build(bld): @@ -20,6 +20,7 @@ def build(bld):
'AP_ServoRelayEvents',
'PID',
'AP_Stats',
'AP_Beacon',
],
)

Loading…
Cancel
Save