Fixed includes in netif.c, removed loop_cnt_max member in struct netif (instead the define LWIP_LOOPBACK_MAX_PBUFS is used directly)

This commit is contained in:
goldsimon
2008-06-19 16:27:18 +00:00
parent 94cd14e90d
commit 3d8e5003af
2 changed files with 5 additions and 6 deletions

View File

@@ -172,7 +172,6 @@ struct netif {
struct pbuf *loop_first;
struct pbuf *loop_last;
#if LWIP_LOOPBACK_MAX_PBUFS
u16_t loop_cnt_max;
u16_t loop_cnt_current;
#endif /* LWIP_LOOPBACK_MAX_PBUFS */
#endif /* ENABLE_LOOPBACK */