ardupilot/libraries/AP_JSON/examples/XPlane/wscript
2024-02-21 12:09:48 +11:00

8 lines
101 B
Python

#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_example(
use='ap',
)