Fix setting output mode in the wrong place

Make it common with other boards
This commit is contained in:
Lucas De Marchi
2016-11-16 15:45:33 -02:00
committed by Lorenz Meier
parent 8fe765c3aa
commit f51595ab16
3 changed files with 14 additions and 10 deletions

View File

@@ -323,6 +323,11 @@ then
set FMU_MODE gpio_serial
fi
if [ $OUTPUT_MODE == tap_esc ]
then
set FMU_MODE rcin
fi
if [ $HIL == yes ]
then
set OUTPUT_MODE hil