ardupilot/libraries/AP_Notify/examples/ToshibaLED_test/wscript
2016-01-22 20:10:29 -02:00

8 lines
98 B
Python

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