mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
lwip: Fix fuzzer layers after dhcps update
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
#include "no_warn_host.h"
|
||||
#include "lwip/opt.h"
|
||||
#include "lwip/def.h"
|
||||
#include "lwip/pbuf.h"
|
||||
#include "lwip/udp.h"
|
||||
#include "esp_netif.h"
|
||||
#include "lwip/timeouts.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
const ip_addr_t ip_addr_any;
|
||||
const ip_addr_t ip_addr_broadcast;
|
||||
@@ -234,3 +233,7 @@ void mem_free(void *rmem)
|
||||
{
|
||||
free(rmem);
|
||||
}
|
||||
|
||||
void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user