ardupilot/libraries/AP_HAL_AVR/examples/ArduPlaneLibs/wscript

8 lines
98 B
Python

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