Last change (reduce code size if not used) had a bug...

This commit is contained in:
goldsimon 2007-03-06 19:37:32 +00:00
parent 7cda728469
commit ea7bdb8e9e

View File

@ -33,14 +33,14 @@
#ifndef __LWIP_IP_FRAG_H__
#define __LWIP_IP_FRAG_H__
#if (IP_FRAG || IP_REASSEMBLY)
#include "lwip/opt.h"
#include "lwip/err.h"
#include "lwip/pbuf.h"
#include "lwip/netif.h"
#include "lwip/ip_addr.h"
#if (IP_FRAG || IP_REASSEMBLY)
/* The IP timer interval in milliseconds. */
#define IP_TMR_INTERVAL 1000