Don't stop the startup script if no external HMC5883 is connected

This commit is contained in:
Julian Oes
2013-08-19 16:51:22 +02:00
parent 00c9b8f87f
commit a95e48c0b2
+4 -1
View File
@@ -19,7 +19,10 @@ ms5611 start
adc start
# mag might be external
hmc5883 start
if hmc5883 start
then
echo "using HMC5883"
fi
if mpu6000 start
then