5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-13 19:34:00 -04:00
ardupilot/libraries/AP_Filesystem/examples/File_IO/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

#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_example(
use='ap',
)