aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.sensors
diff options
context:
space:
mode:
authorufoncz <ufon@kullaonline.net>2014-04-27 17:42:45 +0200
committerufoncz <ufon@kullaonline.net>2014-04-27 17:42:45 +0200
commitbd5a0cef1aad42f8deb1d58e573631436630246e (patch)
tree3ec8f07d4d9499bdf74a61a65dc8c5b4a88ce786 /ROMFS/px4fmu_common/init.d/rc.sensors
parent5ea1105451330aa55e0c331b99ba2ab60e6f8c15 (diff)
downloadpx4-firmware-bd5a0cef1aad42f8deb1d58e573631436630246e.tar.gz
px4-firmware-bd5a0cef1aad42f8deb1d58e573631436630246e.tar.bz2
px4-firmware-bd5a0cef1aad42f8deb1d58e573631436630246e.zip
ver command ready including hwcmp which replaces hw_ver, removed hw_ver
updated all scripts to use new ver hwcmp command q
Diffstat (limited to 'ROMFS/px4fmu_common/init.d/rc.sensors')
-rw-r--r--ROMFS/px4fmu_common/init.d/rc.sensors2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rc.sensors b/ROMFS/px4fmu_common/init.d/rc.sensors
index 235be2431..1e14930fe 100644
--- a/ROMFS/px4fmu_common/init.d/rc.sensors
+++ b/ROMFS/px4fmu_common/init.d/rc.sensors
@@ -22,7 +22,7 @@ then
echo "[init] Using L3GD20(H)"
fi
-if hw_ver compare PX4FMU_V2
+if ver hwcmp PX4FMU_V2
then
if lsm303d start
then