Skip to content

Commit 842819a

Browse files
committed
Use smaller logging buffer
1 parent f66cd1a commit 842819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ROMFS/px4fmu_common/init.d/rc.logging

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ then
88
if ver hwcmp PX4FMU_V1
99
then
1010
echo "Start sdlog2 at 50Hz"
11-
sdlog2 start -r 50 -a -b 5 -t
11+
sdlog2 start -r 50 -a -b 4 -t
1212
else
1313
echo "Start sdlog2 at 200Hz"
1414
sdlog2 start -r 200 -a -b 16 -t

0 commit comments

Comments
 (0)