mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-08 08:14:19 +08:00
7 lines
84 B
Python
7 lines
84 B
Python
#!/usr/bin/env python3
|
|
|
|
def build(bld):
|
|
bld.ap_example(
|
|
use='ap',
|
|
)
|