mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 13:47:35 +08:00
29eab8ebd4
This change was introduced in pull #1461. This fixes some missed occurrences.
14 lines
175 B
Plaintext
14 lines
175 B
Plaintext
#!nsh
|
|
#
|
|
# Flight startup script for PX4FMU standalone configuration.
|
|
#
|
|
|
|
echo "[i] doing standalone PX4FMU startup..."
|
|
|
|
#
|
|
# Start the ORB
|
|
#
|
|
uorb start
|
|
|
|
echo "[i] startup done"
|