Browse Source

PX4: log devices being used in boot.log

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
d487b1170e
  1. 2
      mk/PX4/ROMFS/init.d/rc.APM

2
mk/PX4/ROMFS/init.d/rc.APM

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

Loading…
Cancel
Save