mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Copter: add AP_Arming to build
This commit is contained in:
parent
d35a208dae
commit
ae18c25070
@ -65,3 +65,4 @@ LIBRARIES += AP_Proximity
|
||||
LIBRARIES += AP_Stats
|
||||
LIBRARIES += AP_Gripper
|
||||
LIBRARIES += AP_Beacon
|
||||
LIBRARIES += AP_Arming
|
||||
|
@ -31,7 +31,8 @@ def build(bld):
|
||||
'AP_Proximity',
|
||||
'AP_Stats',
|
||||
'AP_Gripper',
|
||||
'AP_Beacon'
|
||||
'AP_Beacon',
|
||||
'AP_Arming',
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user