aboutsummaryrefslogblamecommitdiff
path: root/ROMFS/scripts/rc.usb
blob: 9031b38a25cb6c642370bccee4d94f127c80f94b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                            
#!nsh
#
# USB MAVLink start
#

echo "[testing] doing production test.."

# Tell MAVLink that this link is "fast"
mavlink start -b 230400 -d /dev/console

# Exit shell to make it available to MAVLink
exit 

echo "[testing] testing done"