rename DO_AUTOCONFIG to AUTOCNF in all files

This commit is contained in:
Thomas Gubler
2014-11-17 17:10:47 +01:00
parent 32f88bbe84
commit 1b47f05b14
15 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
set VEHICLE_TYPE fw
if [ $DO_AUTOCONFIG == yes ]
if [ $AUTOCNF == yes ]
then
#
# Default parameters for FW
@@ -15,4 +15,4 @@ then
param set FW_T_RLL2THR 15
param set FW_T_SRATE_P 0.01
param set FW_T_TIME_CONST 5
fi
fi