fix(mdns): Fix AFL test mock per espressif/esp-idf@a5bc08fb55

This commit is contained in:
David Cermak
2025-01-15 11:42:34 +01:00
parent 24f55ce9b4
commit 3d8835cfb9

View File

@ -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)
{
return 0;