do not directly include lwipopts.h but lwip/opt.h instead
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#define __LWIP_DHCP_H__
|
||||
|
||||
#include "udp.h"
|
||||
#include "lwipopts.h"
|
||||
#include "lwip/opt.h"
|
||||
|
||||
/** period (in seconds) of the application calling dhcp_coarse_tmr() */
|
||||
#define DHCP_COARSE_TIMER_SECS 60
|
||||
|
||||
@@ -34,8 +34,7 @@
|
||||
#define __LWIP_MEMP_H__
|
||||
|
||||
#include "lwip/debug.h"
|
||||
#include "arch/cc.h"
|
||||
#include "lwipopts.h"
|
||||
#include "lwip/opt.h"
|
||||
|
||||
typedef enum {
|
||||
MEMP_PBUF,
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
#ifndef __LWIP_NETIF_H__
|
||||
#define __LWIP_NETIF_H__
|
||||
|
||||
#include "lwipopts.h"
|
||||
#include "lwip/opt.h"
|
||||
|
||||
#include "lwip/err.h"
|
||||
|
||||
Reference in New Issue
Block a user