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

if [ -d /fs/microsd ]
then
	if [ $BOARD == fmuv1 ]
	then
		sdlog2 start -r 50 -a -b 16 -t
	else
		sdlog2 start -r 200 -a -b 16 -t
	fi
fi