5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-22 08:38:36 -04:00
ardupilot/libraries/StorageManager/examples/StorageTest/wscript

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
101 B
Plaintext
Raw Normal View History

2015-10-09 11:03:59 -03:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_example(
2015-10-09 11:03:59 -03:00
use='ap',
)