aboutsummaryrefslogtreecommitdiff
path: root/ROMFS
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-05-23 13:14:02 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-05-23 13:14:02 +0200
commitb3d6dcb2e5a1f66c42d575f13cbc5a7eef16db27 (patch)
tree850f945fa3b37ff42daf2ec2406e43d6f34636f1 /ROMFS
parente71c386547badfb4bf2cde0e58f345ea569fc1d6 (diff)
downloadpx4-firmware-b3d6dcb2e5a1f66c42d575f13cbc5a7eef16db27.tar.gz
px4-firmware-b3d6dcb2e5a1f66c42d575f13cbc5a7eef16db27.tar.bz2
px4-firmware-b3d6dcb2e5a1f66c42d575f13cbc5a7eef16db27.zip
Pre-emptively increase the log buffer - after the last cleanup we got again plenty of RAM
Diffstat (limited to 'ROMFS')
-rw-r--r--ROMFS/px4fmu_common/init.d/rc.logging2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rc.logging b/ROMFS/px4fmu_common/init.d/rc.logging
index 517e073af..25f31a7e0 100644
--- a/ROMFS/px4fmu_common/init.d/rc.logging
+++ b/ROMFS/px4fmu_common/init.d/rc.logging
@@ -11,6 +11,6 @@ then
sdlog2 start -r 50 -a -b 4 -t
else
echo "Start sdlog2 at 200Hz"
- sdlog2 start -r 200 -a -b 16 -t
+ sdlog2 start -r 200 -a -b 22 -t
fi
fi