forked from Archive/PX4-Autopilot
8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# OmnibusF4SD specific board MAVLink startup script.
|
||
|
#------------------------------------------------------------------------------
|
||
|
|
||
|
# Start MAVLink on the USB port
|
||
|
mavlink start -d /dev/ttyACM0
|