mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
PX4: fixed startup log msg location
This commit is contained in:
parent
6bf76acf96
commit
1adacf42b9
@ -109,6 +109,8 @@ then
|
||||
fi
|
||||
|
||||
|
||||
echo "Trying PX4IO board"
|
||||
|
||||
# try the px4io start twice. Some FMUv2 board don't
|
||||
# come up the first time
|
||||
set HAVE_PX4IO false
|
||||
@ -334,8 +336,6 @@ then
|
||||
echo "Found mb12xx sensor"
|
||||
fi
|
||||
|
||||
echo "Trying PX4IO board"
|
||||
|
||||
if mtd start /fs/mtd
|
||||
then
|
||||
echo "started mtd driver OK"
|
||||
|
Loading…
Reference in New Issue
Block a user