ardupilot/libraries/GCS_Console/examples/Console/wscript

11 lines
174 B
Plaintext
Raw Normal View History

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