mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
61aed0f0d7
It's only compatible with Linux so for now disable the other boards.
8 lines
101 B
Python
8 lines
101 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
def build(bld):
|
|
bld.ap_example(
|
|
use='ap',
|
|
)
|