PX4: start px4flow driver

This commit is contained in:
Randy Mackay 2014-07-12 11:28:54 +09:00 committed by Andrew Tridgell
parent 13df6fb1c9
commit 9d5c27ca83

View File

@ -340,6 +340,14 @@ then
echo "Found mb12xx sensor"
fi
# optional PX4Flow sensor
if px4flow start
then
echo "Found px4flow sensor"
fi
echo "Trying PX4IO board"
if mtd start /fs/mtd
then
echo "started mtd driver OK"