Copter: add AP_Arming to build

This commit is contained in:
Randy Mackay 2017-01-09 16:46:03 +09:00
parent d35a208dae
commit ae18c25070
2 changed files with 3 additions and 1 deletions

View File

@ -65,3 +65,4 @@ LIBRARIES += AP_Proximity
LIBRARIES += AP_Stats
LIBRARIES += AP_Gripper
LIBRARIES += AP_Beacon
LIBRARIES += AP_Arming

View File

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