11 lines
149 B
Python
11 lines
149 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
import ardupilotwaf
|
|
|
|
def build(bld):
|
|
ardupilotwaf.find_benchmarks(
|
|
bld,
|
|
use='ap',
|
|
)
|