mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-09 05:55:13 +08:00
7 lines
79 B
Python
7 lines
79 B
Python
# encoding: utf-8
|
|
|
|
def build(bld):
|
|
bld.ap_example(
|
|
use='ap',
|
|
)
|