mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
4613b68efb
The code is currently broken.
10 lines
173 B
Python
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',
|
|
)
|