ardupilot/Tools/Hello/wscript

8 lines
101 B
Python

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