Prevented double HMC start after merge

This commit is contained in:
Lorenz Meier 2013-08-19 17:38:03 +02:00
parent 24d8ca5092
commit 7bd952c7ac
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ then
echo "using MPU6000" echo "using MPU6000"
set BOARD fmuv1 set BOARD fmuv1
else else
if hmc5883 start
then
echo "Using external mag"
fi
echo "using L3GD20 and LSM303D" echo "using L3GD20 and LSM303D"
l3gd20 start l3gd20 start
lsm303d start lsm303d start