Hotfix: Cleanup on startup scripts

This commit is contained in:
Lorenz Meier
2013-08-31 11:33:57 +02:00
parent 14cfb53534
commit fb4ca82b84
2 changed files with 8 additions and 8 deletions

View File

@@ -7,14 +7,6 @@
# Start sensor drivers here.
#
#
# Check for UORB
#
if uorb start
then
echo "uORB started"
fi
ms5611 start
adc start

View File

@@ -8,6 +8,14 @@ echo "Starting MAVLink on this USB console"
# Stop tone alarm
tone_alarm stop
#
# Check for UORB
#
if uorb start
then
echo "uORB started"
fi
# Tell MAVLink that this link is "fast"
if mavlink stop
then