ardupilot/libraries/AP_HAL_ChibiOS/examples/DShot/wscript

8 lines
101 B
Plaintext
Raw Normal View History

2018-03-11 06:57:35 -03:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_example(
use='ap',
)