Skip to content
Snippets Groups Projects
Commit 1adacf42 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

PX4: fixed startup log msg location

parent 6bf76acf
No related branches found
No related tags found
No related merge requests found
...@@ -109,6 +109,8 @@ then ...@@ -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 ...@@ -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"
......
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