kopia lustrzana https://github.com/espressif/esp-idf
7 wiersze
135 B
C
7 wiersze
135 B
C
|
#pragma once
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
void esp_log_impl_lock(void);
|
||
|
bool esp_log_impl_lock_timeout(void);
|
||
|
void esp_log_impl_unlock(void);
|