aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.usb
blob: 0de2d429584c427d8deccebcf0ecb32f73eed997 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!nsh
#
# USB MAVLink start
#

echo "Starting MAVLink on this USB console"

mavlink start -r 5000 -d /dev/ttyACM0

# Exit shell to make it available to MAVLink
exit