mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 12:00:53 +00:00
fixed compiling: forgot to move one line :-(
This commit is contained in:
parent
6af4215f27
commit
6293a835e9
@ -233,6 +233,7 @@ memp_init_pool(const struct memp_desc *desc)
|
|||||||
#if defined(LWIP_DEBUG) || LWIP_STATS_DISPLAY
|
#if defined(LWIP_DEBUG) || LWIP_STATS_DISPLAY
|
||||||
desc->stats->name = desc->desc;
|
desc->stats->name = desc->desc;
|
||||||
#endif /* defined(LWIP_DEBUG) || LWIP_STATS_DISPLAY */
|
#endif /* defined(LWIP_DEBUG) || LWIP_STATS_DISPLAY */
|
||||||
|
#endif /* MEMP_STATS */
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -252,7 +253,6 @@ memp_init(void)
|
|||||||
#if LWIP_STATS
|
#if LWIP_STATS
|
||||||
lwip_stats.memp[i] = memp_pools[i]->stats;
|
lwip_stats.memp[i] = memp_pools[i]->stats;
|
||||||
#endif
|
#endif
|
||||||
#endif /* MEMP_STATS */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if MEMP_OVERFLOW_CHECK
|
#if MEMP_OVERFLOW_CHECK
|
||||||
|
Loading…
Reference in New Issue
Block a user