mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
210c90e784
We had to check for board subtypes in the benchmark since VideoIn.cpp does these checks.
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',
|
|
)
|