ardupilot/libraries/AP_JSON/examples/XPlane/wscript

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
101 B
Plaintext
Raw Normal View History

2024-02-01 00:18:12 -04:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_example(
use='ap',
)