Merge pull request #828 from PX4/cox_cleanup

startup: cleanup of cox mixer files (Thanks Rune)
This commit is contained in:
Lorenz Meier 2014-04-14 22:36:04 +02:00
commit c77c5c878b
4 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
sh /etc/init.d/rc.mc_defaults
set MIXER hexa_cox
set MIXER FMU_hexa_cox
# We only can run one channel group with one rate, so set all 8 channels
set PWM_OUTPUTS 12345678

View File

@ -7,6 +7,6 @@
sh /etc/init.d/rc.mc_defaults
set MIXER octo_cox
set MIXER FMU_octo_cox
set PWM_OUTPUTS 12345678

View File

@ -514,7 +514,7 @@ then
then
set MAV_TYPE 13
fi
if [ $MIXER == hexa_cox ]
if [ $MIXER == FMU_hexa_cox ]
then
set MAV_TYPE 13
fi