5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-29 12:08:32 -04:00
ardupilot/libraries/AP_SmartRTL/examples/SmartRTL_test/wscript

8 lines
101 B
Plaintext
Raw Normal View History

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