From 6c585f8876e3d7adb3c6e245dd89fcca805f7681 Mon Sep 17 00:00:00 2001 From: armink Date: Tue, 11 Oct 2016 22:24:43 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91L?= =?UTF-8?q?og=20Demo=20=E4=B8=80=E5=A4=84=E5=8D=95=E8=AF=8D=E4=B9=A6?= =?UTF-8?q?=E5=86=99=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/log/easylogger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/log/easylogger.c b/demo/log/easylogger.c index 50a93a0..3ae7033 100644 --- a/demo/log/easylogger.c +++ b/demo/log/easylogger.c @@ -69,7 +69,7 @@ int main(void){ */ static void test_elog(void) { /* output all saved log from flash */ - elog_flash_outout_all(); + elog_flash_output_all(); /* test log output for all level */ log_a("Hello EasyLogger!"); log_e("Hello EasyLogger!");