Skip to content
Snippets Groups Projects
Commit 1d30e352 authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

rcS: don't stop if mc_att_control not running

This stopped the startup for setups with SYS_AUTOSTART 0.
parent d06c6a3f
No related branches found
No related tags found
No related merge requests found
......@@ -813,7 +813,9 @@ fi
mavlink stop-all
# XXX Stop multicopter attitude controller, the controls come from snapdragon
mc_att_control stop
if mc_att_control stop
then
fi
# XXX Start snapdragon interface on serial port. On pixfalcon this is the standard telemetry port.
snapdragon_rc_pwm start -d /dev/ttyS1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment