lwIP compiling

This commit is contained in:
2021-07-13 09:15:36 +02:00
parent 20842a26af
commit 1176959a93
3 changed files with 13 additions and 11 deletions

View File

@ -5,11 +5,11 @@
extern "C" {
#endif
#include <lwipopts.h>
#include "lwipopts.h"
#if LWIP_DHCP == 1
#include <lwip/netif.h>
#include "lwip/netif.h"
/* DHCP process states */
#define DHCP_OFF (uint8_t) 0