From 8f8184560b2a35e64bb27f9386a60a7650d8dec1 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 15 May 2015 10:16:21 +0200 Subject: [PATCH] sdlog2: Log at 100 Hz as default --- ROMFS/px4fmu_common/init.d/rc.logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROMFS/px4fmu_common/init.d/rc.logging b/ROMFS/px4fmu_common/init.d/rc.logging index 454af8da7a..6bfbfea396 100644 --- a/ROMFS/px4fmu_common/init.d/rc.logging +++ b/ROMFS/px4fmu_common/init.d/rc.logging @@ -11,7 +11,7 @@ then then fi else - if sdlog2 start -r 200 -a -b 22 -t + if sdlog2 start -r 100 -a -b 22 -t then fi fi