mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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
Block a user