From d521852f84c15060cfa232edd0708edbec6f2489 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Apr 2016 14:21:42 +1000 Subject: [PATCH] autotest: make -P2 only control mavproxy mavlink protocol version --- Tools/autotest/sim_vehicle.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tools/autotest/sim_vehicle.sh b/Tools/autotest/sim_vehicle.sh index ae8a5b21e3..55113e0d00 100755 --- a/Tools/autotest/sim_vehicle.sh +++ b/Tools/autotest/sim_vehicle.sh @@ -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