mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 11:57:35 +08:00
8 lines
204 B
Bash
8 lines
204 B
Bash
#!/bin/sh
|
|
#
|
|
# mRo x21 specific board MAVLink startup script.
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Start MAVLink on the USB port
|
|
mavlink start -d /dev/ttyACM0
|