ardupilot/libraries/AP_SmartRTL/examples/SmartRTL_test/wscript
2017-09-09 14:05:41 +09:00

8 lines
101 B
Python

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