fixed compiling: forgot to move one line :-(

This commit is contained in:
goldsimon 2016-07-08 10:16:46 +02:00
parent 6af4215f27
commit 6293a835e9

View File

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