ardupilot/libraries/AP_ADC/examples/AP_ADC_test/wscript
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_
It helps to distinguish between things from waf and things from ardupilotwaf.
2016-01-22 20:10:29 -02:00

11 lines
151 B
Python

#!/usr/bin/env python
# encoding: utf-8
def build(bld):
if bld.env.BOARD in ['sitl']:
return
bld.ap_example(
use='ap',
)