Rover: add AP_Beacon to build
This commit is contained in:
parent
d95baf51c9
commit
0a04bb26f0
@ -47,3 +47,4 @@ LIBRARIES += AP_Declination
|
|||||||
LIBRARIES += AP_RPM
|
LIBRARIES += AP_RPM
|
||||||
LIBRARIES += AP_Arming
|
LIBRARIES += AP_Arming
|
||||||
LIBRARIES += AP_Stats
|
LIBRARIES += AP_Stats
|
||||||
|
LIBRARIES += AP_Beacon
|
||||||
|
@ -20,6 +20,7 @@ def build(bld):
|
|||||||
'AP_ServoRelayEvents',
|
'AP_ServoRelayEvents',
|
||||||
'PID',
|
'PID',
|
||||||
'AP_Stats',
|
'AP_Stats',
|
||||||
|
'AP_Beacon',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user