Browse Source

ph2 support: Fix typo in startup rc

mission-4.1.18
Kevin Hester 11 years ago committed by Andrew Tridgell
parent
commit
a8fd4472be
  1. 2
      mk/PX4/ROMFS/init.d/rc.APM

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

@ -254,8 +254,10 @@ else @@ -254,8 +254,10 @@ else
set HAVE_FMUV3 true
else
echo "No MPU6000 external"
set HAVE_FMUV3 false
fi
if [ $HAVE_FMUV3 == true ]
then
if mpu6000 -R 14 start
then
echo "Found MPU6000 internal"

Loading…
Cancel
Save