mirror of https://github.com/ArduPilot/ardupilot
Plane: fixed waf build with tricopter quadplane
This commit is contained in:
parent
a071fa3921
commit
8fd31111ad
|
@ -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'],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue