ardupilot/libraries/GCS_Console/examples/Console/wscript

14 lines
214 B
Plaintext
Raw Normal View History

2015-10-09 11:03:59 -03:00
#!/usr/bin/env python
# encoding: utf-8
import ardupilotwaf
def build(bld):
# TODO: Test code doesn't build. Fix or delete the test.
return
ardupilotwaf.program(
bld,
use='ap',
)