From 605c4e6c1fe97850afa6dad43cbb7b7ce3c565a4 Mon Sep 17 00:00:00 2001 From: yinshengkai Date: Thu, 28 Sep 2023 13:44:52 +0800 Subject: [PATCH] note: fix notesnap compilation failure Signed-off-by: yinshengkai --- drivers/note/notesnap_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/note/notesnap_driver.c b/drivers/note/notesnap_driver.c index dfce652958..8925584b4c 100644 --- a/drivers/note/notesnap_driver.c +++ b/drivers/note/notesnap_driver.c @@ -420,5 +420,5 @@ void notesnap_dump(void) struct lib_syslograwstream_s stream; lib_syslograwstream_open(&stream); notesnap_dump_with_stream(&stream.common); - lib_syslograwstream_close(stream); + lib_syslograwstream_close(&stream); }