mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
11 lines
124 B
Plaintext
11 lines
124 B
Plaintext
#!nsh
|
|
#
|
|
# Initialise logging services.
|
|
#
|
|
|
|
if [ -d /fs/microsd ]
|
|
then
|
|
# XXX this should be '<command> start'.
|
|
# sdlog &
|
|
fi
|