Browse Source

not enough RAM for 32K buffer: reduce to 20K

sbg
Mark Whitehorn 9 years ago committed by Lorenz Meier
parent
commit
672042e051
  1. 2
      ROMFS/px4fmu_common/init.d/rc.logging

2
ROMFS/px4fmu_common/init.d/rc.logging

@ -31,7 +31,7 @@ then @@ -31,7 +31,7 @@ then
then
fi
else
if logger start -b 32
if logger start -b 20
then
fi
fi

Loading…
Cancel
Save