mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
log: Fix function name in OS-independent implementation
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
50145ed179
commit
29d85e3fa1
@ -17,7 +17,7 @@ void esp_log_impl_lock(void)
|
||||
s_lock = 1;
|
||||
}
|
||||
|
||||
bool esp_log_lock_impl_timeout(void)
|
||||
bool esp_log_impl_lock_timeout(void)
|
||||
{
|
||||
esp_log_impl_lock();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user