Tools: Replay: build and link against AP_Arming

This commit is contained in:
Peter Barker 2019-05-08 20:10:14 +10:00 committed by Randy Mackay
parent be9aac4444
commit 6fd138d613
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ def build(bld):
ap_vehicle=vehicle,
ap_libraries=bld.ap_common_vehicle_libraries() + [
'AP_Beacon',
'AP_Arming',
],
)