mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +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"
|