ardupilot/Tools/CPUInfo/wscript

9 lines
134 B
Plaintext
Raw Normal View History

2015-10-09 11:03:59 -03:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_program(
2015-10-09 11:03:59 -03:00
use='ap',
program_groups=['tool'],
2015-10-09 11:03:59 -03:00
)