mirror of https://github.com/ArduPilot/ardupilot
autotest: make -P2 only control mavproxy mavlink protocol version
This commit is contained in:
parent
40d1a23a13
commit
d521852f84
|
@ -353,10 +353,6 @@ if [ $DEBUG_BUILD == 1 ]; then
|
||||||
BUILD_TARGET="$BUILD_TARGET-debug"
|
BUILD_TARGET="$BUILD_TARGET-debug"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $MAVLINK_PROTOCOL_VERSION == "2" ]; then
|
|
||||||
BUILD_TARGET="$BUILD_TARGET-mavlink2"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -n "$OVERRIDE_BUILD_TARGET" ]; then
|
if [ -n "$OVERRIDE_BUILD_TARGET" ]; then
|
||||||
BUILD_TARGET="$OVERRIDE_BUILD_TARGET"
|
BUILD_TARGET="$OVERRIDE_BUILD_TARGET"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue