From 0f74a1608f42db33c2eee535671476821c0dbea5 Mon Sep 17 00:00:00 2001 From: Guillaume Souchere Date: Wed, 9 Oct 2024 10:18:14 +0200 Subject: [PATCH] fix(log): fix file name for esp_log_level_get_timeout --- components/log/linker.lf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/log/linker.lf b/components/log/linker.lf index ecd3478ff6..eb033aae4f 100644 --- a/components/log/linker.lf +++ b/components/log/linker.lf @@ -2,8 +2,8 @@ archive: liblog.a entries: log_write:esp_log_write (noflash) - log_write:esp_log_level_get_timeout (noflash) log_write:esp_log_writev (noflash) + tag_log_level:esp_log_level_get_timeout (noflash) log_timestamp:esp_log_timestamp (noflash) log_timestamp:esp_log_early_timestamp (noflash) log_lock (noflash)