waf: add missing AP_Arming library to APMrover2

This commit is contained in:
Gustavo Jose de Sousa 2015-11-23 11:38:47 -02:00 committed by Andrew Tridgell
parent eef784fbe6
commit bf7b08f9fa
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ def build(bld):
vehicle=vehicle,
libraries=ardupilotwaf.COMMON_VEHICLE_DEPENDENT_LIBRARIES + [
'APM_Control',
'AP_Arming',
'AP_Camera',
'AP_Frsky_Telem',
'AP_L1_Control',