Startup: Hex vs Hexa

This commit is contained in:
Julian Oes
2014-02-05 19:03:26 +01:00
committed by Stefan Rado
parent 978cac4992
commit 71d4c7fed8
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ then
set MAV_TYPE 2
# Use mixer to detect vehicle type
if [ $MIXER == FMU_hex_x -o $MIXER == FMU_hex_+ ]
if [ $MIXER == FMU_hexa_x -o $MIXER == FMU_hexa_+ ]
then
set MAV_TYPE 13
fi