mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
fix(mdns): Fix AFL test mock per espressif/esp-idf@a5bc08fb55
This commit is contained in:
@ -117,6 +117,10 @@ void esp_log_write(esp_log_level_t level, const char *tag, const char *format, .
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void esp_log(esp_log_config_t config, const char *tag, const char *format, ...)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
uint32_t esp_log_timestamp(void)
|
uint32_t esp_log_timestamp(void)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user