ph2 support: Fix typo in startup rc
This commit is contained in:
parent
292d1d8179
commit
a8fd4472be
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user