Plane: fixed waf build with tricopter quadplane

This commit is contained in:
Andrew Tridgell 2016-06-30 14:16:27 +10:00
parent a071fa3921
commit 8fd31111ad
1 changed files with 7 additions and 0 deletions

View File

@ -38,3 +38,10 @@ def build(bld):
program_groups=['bin', 'plane'],
use=vehicle + '_libs',
)
bld.ap_program(
program_name='arduplane-tri',
program_groups=['bin', 'plane'],
use=vehicle + '_libs',
defines=['FRAME_CONFIG=TRI_FRAME'],
)