aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common
diff options
context:
space:
mode:
authorAnton Matosov <anton.matosov@gmail.com>2015-01-05 13:23:47 +0200
committerAnton Matosov <anton.matosov@gmail.com>2015-01-05 13:23:47 +0200
commit68978b814aaf9e355434ef2a71305a1a850a826c (patch)
treec89d3c744f4838d8f4411124973677931d9049d2 /ROMFS/px4fmu_common
parentc3ed35f5cc8e2617e61747e904dbaa652d1cc2c8 (diff)
downloadpx4-firmware-68978b814aaf9e355434ef2a71305a1a850a826c.tar.gz
px4-firmware-68978b814aaf9e355434ef2a71305a1a850a826c.tar.bz2
px4-firmware-68978b814aaf9e355434ef2a71305a1a850a826c.zip
Fixed autoconf variable check
Diffstat (limited to 'ROMFS/px4fmu_common')
-rw-r--r--ROMFS/px4fmu_common/init.d/10018_tbs_endurance2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROMFS/px4fmu_common/init.d/10018_tbs_endurance b/ROMFS/px4fmu_common/init.d/10018_tbs_endurance
index 2d5e272bd..668026c61 100644
--- a/ROMFS/px4fmu_common/init.d/10018_tbs_endurance
+++ b/ROMFS/px4fmu_common/init.d/10018_tbs_endurance
@@ -9,7 +9,7 @@
sh /etc/init.d/rc.mc_defaults
-if [ $DO_AUTOCONFIG == yes ]
+if [ $AUTOCNF == yes ]
then
param set MC_ROLL_P 7.0
param set MC_ROLLRATE_P 0.07