mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-07 09:03:27 +08:00
7 lines
92 B
Python
7 lines
92 B
Python
#!/usr/bin/env python3
|
|
|
|
def build(bld):
|
|
bld.ap_find_benchmarks(
|
|
use='ap',
|
|
)
|