mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-17 12:32:14 +02:00
mdns: Fix fuzzer IDF-mock layer
Removed lwip dependencies Simplified the mocks for esp32 and esp-netif * Original commit: espressif/esp-idf@619235c2ee
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
b0957e70fd
commit
af2275341e
@ -3,7 +3,7 @@
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include "esp32_compat.h"
|
||||
#include "esp32_mock.h"
|
||||
|
||||
void* g_queue;
|
||||
int g_queue_send_shall_fail = 0;
|
||||
|
Reference in New Issue
Block a user