ROMFS: Do not start AUX mixer if camera trigger is enabled

This commit is contained in:
Lorenz Meier 2015-08-10 21:58:33 +02:00
parent a632f18277
commit f3b66fa426
1 changed files with 2 additions and 0 deletions

View File

@ -502,6 +502,8 @@ then
fi
if param greater TRIG_MODE 0
then
# Get FMU driver out of the way
set MIXER_AUX none
camera_trigger start
fi
fi