From 957d818eb76cc7d4774e6a15f221926d45747429 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Jun 2012 16:26:25 +1000 Subject: [PATCH] test: it is no longer possible to build with MAVLink 0.9 the Camera and Mount code make it impossible because of the incredibly silly arduino cpp handling. --- Tools/scripts/build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/build_all.sh b/Tools/scripts/build_all.sh index 65d2f42885..0424c958eb 100755 --- a/Tools/scripts/build_all.sh +++ b/Tools/scripts/build_all.sh @@ -8,7 +8,7 @@ set -x echo "Testing ArduPlane build" pushd ArduPlane -for b in all apm2 apm2beta hil hilsensors mavlink10 mavlink09 sitl sitl-mavlink10 sitl-mavlink09 sitl-mount; do +for b in all apm2 apm2beta hil hilsensors mavlink10 sitl sitl-mavlink10 sitl-mount; do pwd make clean make $b