PX4: fixed startup logging

echo has a very limited argument count
This commit is contained in:
Andrew Tridgell 2013-06-27 10:49:03 +10:00
parent b21bc5a85a
commit 3b6bf49c84
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ then
fi
echo Starting $sketch
echo Starting $sketch on $deviceA and $deviceC >> $logfile
echo Starting $sketch $deviceA $deviceC >> $logfile
$sketch -d $deviceA -d2 $deviceC start
# if starting on the console, tell nsh to exit