mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2025-12-11 02:29:09 -06:00
7 lines
84 B
Python
7 lines
84 B
Python
#!/usr/bin/env python3
|
|
|
|
def build(bld):
|
|
bld.ap_example(
|
|
use='ap',
|
|
)
|