5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-02-13 19:34:00 -04:00
ardupilot/libraries/AP_NMEA_Output/examples/NMEA_Output/wscript
2019-12-23 09:56:26 +11:00

8 lines
101 B
Python

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