Files
PX4-Autopilot/ROMFS/px4fmu_common/init.d/rc.logging
T
2013-08-25 19:27:11 +02:00

15 lines
173 B
Plaintext

#!nsh
#
# Initialise logging services.
#
if [ -d /fs/microsd ]
then
if [ $BOARD == fmuv1 ]
then
sdlog2 start -r 50 -a -b 16
else
sdlog2 start -r 200 -a -b 16
fi
fi