ardupilot/libraries/PID/examples/pid/wscript

11 lines
141 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):
ardupilotwaf.example(
2015-10-09 11:03:59 -03:00
bld,
use='ap',
)