ardupilot/Tools/CPUInfo/wscript

9 lines
134 B
Python

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