mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
Last change (reduce code size if not used) had a bug...
This commit is contained in:
parent
7cda728469
commit
ea7bdb8e9e
@ -33,14 +33,14 @@
|
|||||||
#ifndef __LWIP_IP_FRAG_H__
|
#ifndef __LWIP_IP_FRAG_H__
|
||||||
#define __LWIP_IP_FRAG_H__
|
#define __LWIP_IP_FRAG_H__
|
||||||
|
|
||||||
#if (IP_FRAG || IP_REASSEMBLY)
|
|
||||||
|
|
||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
#include "lwip/err.h"
|
#include "lwip/err.h"
|
||||||
#include "lwip/pbuf.h"
|
#include "lwip/pbuf.h"
|
||||||
#include "lwip/netif.h"
|
#include "lwip/netif.h"
|
||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
|
|
||||||
|
#if (IP_FRAG || IP_REASSEMBLY)
|
||||||
|
|
||||||
/* The IP timer interval in milliseconds. */
|
/* The IP timer interval in milliseconds. */
|
||||||
#define IP_TMR_INTERVAL 1000
|
#define IP_TMR_INTERVAL 1000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user