mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
c2e3f05dbf
It helps to distinguish between things from waf and things from ardupilotwaf.
8 lines
109 B
Python
8 lines
109 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
def build(bld):
|
|
bld.ap_find_benchmarks(
|
|
use='ap',
|
|
)
|