Skip to content
Snippets Groups Projects
Commit 9d5c27ca authored by Randy Mackay's avatar Randy Mackay Committed by Andrew Tridgell
Browse files

PX4: start px4flow driver

parent 13df6fb1
No related branches found
No related tags found
No related merge requests found
...@@ -340,6 +340,14 @@ then ...@@ -340,6 +340,14 @@ then
echo "Found mb12xx sensor" echo "Found mb12xx sensor"
fi fi
# optional PX4Flow sensor
if px4flow start
then
echo "Found px4flow sensor"
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment