aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.logging
blob: 454af8da7aa3b1243a5fe53bc278ec653f3496c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!nsh
#
# Initialize logging services.
#

if [ -d /fs/microsd ]
then
	if ver hwcmp PX4FMU_V1
	then
		if sdlog2 start -r 40 -a -b 3 -t
		then
		fi
	else
		if sdlog2 start -r 200 -a -b 22 -t
		then
		fi
	fi
fi