#!/usr/bin/env python # encoding: utf-8 def build(bld): if bld.env.BOARD in ['sitl']: return bld.ap_example( use='ap', )