ardupilot/libraries/AP_InertialSensor/examples/VibTest/wscript
Gustavo Jose de Sousa 4613b68efb AP_InertialSensor: waf: skip VibTest example
The code is currently broken.
2016-03-14 11:54:31 -03:00

10 lines
173 B
Python

#!/usr/bin/env python
# encoding: utf-8
def build(bld):
# TODO: Test code doesn't build. Fix or delete the test.
return
bld.ap_example(
use='ap',
)