mirror of https://github.com/ArduPilot/ardupilot
AP_InertialSensor: waf: skip VibTest example
The code is currently broken.
This commit is contained in:
parent
6729475b25
commit
4613b68efb
|
@ -2,6 +2,8 @@
|
|||
# encoding: utf-8
|
||||
|
||||
def build(bld):
|
||||
# TODO: Test code doesn't build. Fix or delete the test.
|
||||
return
|
||||
bld.ap_example(
|
||||
use='ap',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue