From 672042e051fb44d55f72eda096f39eee787b99f7 Mon Sep 17 00:00:00 2001 From: Mark Whitehorn Date: Mon, 25 Apr 2016 21:25:22 -0600 Subject: [PATCH] not enough RAM for 32K buffer: reduce to 20K --- 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 f46d94dbc7..84e3cbb5e7 100644 --- a/ROMFS/px4fmu_common/init.d/rc.logging +++ b/ROMFS/px4fmu_common/init.d/rc.logging @@ -31,7 +31,7 @@ then then fi else - if logger start -b 32 + if logger start -b 20 then fi fi