Copter: add AP_Beacon to build
This commit is contained in:
parent
431a74e0b4
commit
8ab5124489
@ -63,3 +63,4 @@ LIBRARIES += AP_Avoidance
|
||||
LIBRARIES += AP_Proximity
|
||||
LIBRARIES += AP_Stats
|
||||
LIBRARIES += AP_Gripper
|
||||
LIBRARIES += AP_Beacon
|
||||
|
@ -31,6 +31,7 @@ def build(bld):
|
||||
'AP_Proximity',
|
||||
'AP_Stats',
|
||||
'AP_Gripper',
|
||||
'AP_Beacon'
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user