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

if [ -d /fs/microsd ]
then
	if hw_ver compare PX4FMU_V1
	then
		sdlog2 start -r 50 -a -b 16 -t
	else
		sdlog2 start -r 200 -a -b 16 -t
	fi
fi