forked from Archive/PX4-Autopilot
FMU PWM OUT: Start driver in interface
This commit is contained in:
parent
dd400e9562
commit
935cc05c47
|
@ -179,6 +179,8 @@ then
|
||||||
|
|
||||||
if [ $MIXER_AUX_FILE != none ]
|
if [ $MIXER_AUX_FILE != none ]
|
||||||
then
|
then
|
||||||
|
# Start the output module
|
||||||
|
$OUTPUT_CMD start
|
||||||
if $OUTPUT_CMD mode_${AUX_MODE}
|
if $OUTPUT_CMD mode_${AUX_MODE}
|
||||||
then
|
then
|
||||||
# Append aux mixer to main device.
|
# Append aux mixer to main device.
|
||||||
|
|
Loading…
Reference in New Issue