Tracker: build and link against AP_Arming

This commit is contained in:
Peter Barker 2019-05-06 21:34:30 +10:00 committed by Randy Mackay
parent 8fdc2a1bad
commit be9aac4444
1 changed files with 1 additions and 0 deletions

View File

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