mirror of https://github.com/ArduPilot/ardupilot
Tracker: build and link against AP_Arming
This commit is contained in:
parent
8fdc2a1bad
commit
be9aac4444
|
@ -9,6 +9,7 @@ def build(bld):
|
|||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||
'AC_PID',
|
||||
'AP_Beacon',
|
||||
'AP_Arming',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue