#!/usr/bin/env python
# encoding: utf-8

import ardupilotwaf

def build(bld):
    ardupilotwaf.example(
        bld,
        use='ap',
    )