aboutsummaryrefslogtreecommitdiff
path: root/ROMFS
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-19 17:38:03 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-19 17:38:03 +0200
commit7bd952c7acf7bc1c588a123d395930525be1349c (patch)
treef8bf6a702d805297e92535d24589223d9a867664 /ROMFS
parent24d8ca509250a5bc4d4de1f7514abd96eb5add2b (diff)
downloadpx4-firmware-7bd952c7acf7bc1c588a123d395930525be1349c.tar.gz
px4-firmware-7bd952c7acf7bc1c588a123d395930525be1349c.tar.bz2
px4-firmware-7bd952c7acf7bc1c588a123d395930525be1349c.zip
Prevented double HMC start after merge
Diffstat (limited to 'ROMFS')
-rw-r--r--ROMFS/px4fmu_common/init.d/rc.sensors4
1 files changed, 0 insertions, 4 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rc.sensors b/ROMFS/px4fmu_common/init.d/rc.sensors
index 02b70e7da..61bb09728 100644
--- a/ROMFS/px4fmu_common/init.d/rc.sensors
+++ b/ROMFS/px4fmu_common/init.d/rc.sensors
@@ -29,10 +29,6 @@ then
echo "using MPU6000"
set BOARD fmuv1
else
- if hmc5883 start
- then
- echo "Using external mag"
- fi
echo "using L3GD20 and LSM303D"
l3gd20 start
lsm303d start