aboutsummaryrefslogtreecommitdiff
path: root/ROMFS
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-03-22 13:17:04 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-03-22 13:17:04 +0100
commit4ae4a29a17b152c87f59f06b8b50761b7a3610c7 (patch)
treefddef395a205bdfe03ec69f5dc85351b7b451ebd /ROMFS
parent70a85739ccf2df6f032093ee9b0f03666d5a241c (diff)
downloadpx4-firmware-4ae4a29a17b152c87f59f06b8b50761b7a3610c7.tar.gz
px4-firmware-4ae4a29a17b152c87f59f06b8b50761b7a3610c7.tar.bz2
px4-firmware-4ae4a29a17b152c87f59f06b8b50761b7a3610c7.zip
Fixed copy & paste documentation lies
Diffstat (limited to 'ROMFS')
-rw-r--r--ROMFS/scripts/rc.usb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ROMFS/scripts/rc.usb b/ROMFS/scripts/rc.usb
index 9031b38a2..31af3991a 100644
--- a/ROMFS/scripts/rc.usb
+++ b/ROMFS/scripts/rc.usb
@@ -3,12 +3,12 @@
# USB MAVLink start
#
-echo "[testing] doing production test.."
+echo "Starting MAVLink on this USB console"
# Tell MAVLink that this link is "fast"
mavlink start -b 230400 -d /dev/console
+echo "MAVLink started, exiting shell.."
+
# Exit shell to make it available to MAVLink
exit
-
-echo "[testing] testing done"