ardupilot/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/wscript
2016-01-22 20:10:29 -02:00

8 lines
98 B
Python

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