From e6bfe4348c26b400125d3e7e2b8bb4609f54adcc Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 22 May 2016 15:17:44 +0200 Subject: [PATCH] Reduce logging buffers to free some RAM --- ROMFS/px4fmu_common/init.d/rcS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index dbb71f1db4..8a4e0fb441 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -623,7 +623,7 @@ then then if param compare SYS_LOGGER 0 then - if sdlog2 start -r 500 -e -b 20 -t + if sdlog2 start -r 500 -e -b 18 -t then fi else @@ -634,11 +634,11 @@ then else if param compare SYS_LOGGER 0 then - if sdlog2 start -r 100 -a -b 12 -t + if sdlog2 start -r 100 -a -b 10 -t then fi else - if logger start -b 24 + if logger start -b 20 then fi fi