PX4: fixed startup log msg location

This commit is contained in:
Andrew Tridgell 2014-10-30 08:30:38 +11:00
parent 6bf76acf96
commit 1adacf42b9

View File

@ -109,6 +109,8 @@ then
fi fi
echo "Trying PX4IO board"
# try the px4io start twice. Some FMUv2 board don't # try the px4io start twice. Some FMUv2 board don't
# come up the first time # come up the first time
set HAVE_PX4IO false set HAVE_PX4IO false
@ -334,8 +336,6 @@ then
echo "Found mb12xx sensor" echo "Found mb12xx sensor"
fi fi
echo "Trying PX4IO board"
if mtd start /fs/mtd if mtd start /fs/mtd
then then
echo "started mtd driver OK" echo "started mtd driver OK"