Ardupilot2/libraries/AP_Motors/examples/expo_inverse_test/wscript
2021-10-01 22:04:51 +01:00

8 lines
101 B
Python

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