aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.usb
blob: 558be42755b8c30e51cfd4f1a6b76f109394be98 (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 10000 -d /dev/ttyACM0

# Exit shell to make it available to MAVLink
exit