ph2 support: Fix typo in startup rc

This commit is contained in:
Kevin Hester 2014-07-03 07:34:41 -07:00 committed by Andrew Tridgell
parent 292d1d8179
commit a8fd4472be

View File

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