From a8d12f6d37d46732011e008ac8252c4a3183e182 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 12 Feb 2012 20:27:49 +0000 Subject: Fix a small RAM log bug (the RAM log still does not work) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3240g-eval/nsh2/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/stm3240g-eval/nsh2/defconfig') diff --git a/nuttx/configs/stm3240g-eval/nsh2/defconfig b/nuttx/configs/stm3240g-eval/nsh2/defconfig index bdcf5c888..3afb83151 100644 --- a/nuttx/configs/stm3240g-eval/nsh2/defconfig +++ b/nuttx/configs/stm3240g-eval/nsh2/defconfig @@ -553,8 +553,8 @@ CONFIG_SCHED_ATEXIT=n CONFIG_SYSLOG=y CONFIG_RAMLOG=y -CONFIG_RAMLOG_CONSOLE=y -CONFIG_RAMLOG_SYSLOG=y= +CONFIG_RAMLOG_CONSOLE=n +CONFIG_RAMLOG_SYSLOG=y #CONFIG_RAMLOG_NPOLLWAITERS #CONFIG_RAMLOG_CONSOLE_BUFSIZE -- cgit v1.2.3