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