autotest: don't build examples for fmuv2

needs extra defines as we kill features from it
This commit is contained in:
Peter Barker 2023-10-09 21:04:00 +11:00 committed by Andrew Tridgell
parent 12f9fe9456
commit 56e9be120a

View File

@ -98,7 +98,7 @@ def build_binaries():
def build_examples(**kwargs):
"""Build examples."""
for target in 'fmuv2', 'Pixhawk1', 'navio', 'linux':
for target in 'Pixhawk1', 'navio', 'linux':
print("Running build.examples for %s" % target)
try:
util.build_examples(target, **kwargs)