aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.usb
blob: 3d8be089eea8502eed8f8ac01709ce5f938de52a (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 -b 230400 -d /dev/ttyACM0

# Exit shell to make it available to MAVLink
exit