mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 17:44:38 +02:00
log: Fix function name in OS-independent implementation
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
committed by
Xiao Xufeng
parent
50145ed179
commit
29d85e3fa1
@@ -17,7 +17,7 @@ void esp_log_impl_lock(void)
|
|||||||
s_lock = 1;
|
s_lock = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool esp_log_lock_impl_timeout(void)
|
bool esp_log_impl_lock_timeout(void)
|
||||||
{
|
{
|
||||||
esp_log_impl_lock();
|
esp_log_impl_lock();
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user