autotest: make -P2 only control mavproxy mavlink protocol version

This commit is contained in:
Andrew Tridgell 2016-04-05 14:21:42 +10:00
parent 40d1a23a13
commit d521852f84
1 changed files with 0 additions and 4 deletions

View File

@ -353,10 +353,6 @@ if [ $DEBUG_BUILD == 1 ]; then
BUILD_TARGET="$BUILD_TARGET-debug"
fi
if [ $MAVLINK_PROTOCOL_VERSION == "2" ]; then
BUILD_TARGET="$BUILD_TARGET-mavlink2"
fi
if [ -n "$OVERRIDE_BUILD_TARGET" ]; then
BUILD_TARGET="$OVERRIDE_BUILD_TARGET"
fi