Tools: initial FMUv4pro support

This commit is contained in:
Kevin Lopez Alvarez 2017-07-15 15:12:39 +10:00 committed by Andrew Tridgell
parent 40f8500122
commit 33f6b30ef4

View File

@ -11,7 +11,7 @@ set -x
git submodule init git submodule init
git submodule update --recursive git submodule update --recursive
builds="px4-v1 px4-v2 px4-v3 px4-v4" builds="px4-v1 px4-v2 px4-v3 px4-v4 px4-v4pro"
for b in $builds; do for b in $builds; do
echo "Testing $b build" echo "Testing $b build"