Browse Source

Fixed autoconf variable check

sbg
Anton Matosov 10 years ago committed by Lorenz Meier
parent
commit
a73108d116
  1. 2
      ROMFS/px4fmu_common/init.d/10018_tbs_endurance

2
ROMFS/px4fmu_common/init.d/10018_tbs_endurance

@ -9,7 +9,7 @@ @@ -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

Loading…
Cancel
Save