Browse Source

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

STABLE-2_1_x
goldsimon 19 years ago
parent
commit
ea7bdb8e9e
  1. 4
      src/include/ipv4/lwip/ip_frag.h

4
src/include/ipv4/lwip/ip_frag.h

@ -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

Loading…
Cancel
Save