px4-firmware/ROMFS/scripts/rc.logging

10 lines
85 B
Plaintext
Raw Normal View History

#!nsh
#
# Initialise logging services.
#
if [ -d /fs/microsd ]
then
2012-10-30 03:19:58 -03:00
sdlog start
fi