From f9c3b16164285b8c0ed2f6eb5ad74c7d9c8a2424 Mon Sep 17 00:00:00 2001 From: armink Date: Sun, 13 Nov 2016 23:36:23 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91L?= =?UTF-8?q?inux=20Demo=20=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: armink --- demo/os/linux/easylogger/inc/elog_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/os/linux/easylogger/inc/elog_cfg.h b/demo/os/linux/easylogger/inc/elog_cfg.h index 9b1c1b5..31e9faf 100644 --- a/demo/os/linux/easylogger/inc/elog_cfg.h +++ b/demo/os/linux/easylogger/inc/elog_cfg.h @@ -48,7 +48,7 @@ /* enable asynchronous output mode */ #define ELOG_ASYNC_OUTPUT_ENABLE /* buffer size for asynchronous output mode */ -#define ELOG_ASYNC_OUTPUT_BUF_SIZE (LOG_LINE_BUF_SIZE * 100) +#define ELOG_ASYNC_OUTPUT_BUF_SIZE (ELOG_LINE_BUF_SIZE * 100) /* asynchronous output mode using POSIX pthread implementation */ #define ELOG_ASYNC_OUTPUT_USING_PTHREAD