Copter: add AP_Beacon to build

This commit is contained in:
Randy Mackay 2016-10-24 14:46:21 +09:00
parent 431a74e0b4
commit 8ab5124489
2 changed files with 2 additions and 0 deletions

View File

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

View File

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