From 6293a835e90bef6b7803fbcb2d62580f5e16876d Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 8 Jul 2016 10:16:46 +0200 Subject: [PATCH] fixed compiling: forgot to move one line :-( --- src/core/memp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/memp.c b/src/core/memp.c index 6448f418..430b04be 100644 --- a/src/core/memp.c +++ b/src/core/memp.c @@ -233,6 +233,7 @@ memp_init_pool(const struct memp_desc *desc) #if defined(LWIP_DEBUG) || LWIP_STATS_DISPLAY desc->stats->name = desc->desc; #endif /* defined(LWIP_DEBUG) || LWIP_STATS_DISPLAY */ +#endif /* MEMP_STATS */ } /** @@ -252,7 +253,6 @@ memp_init(void) #if LWIP_STATS lwip_stats.memp[i] = memp_pools[i]->stats; #endif -#endif /* MEMP_STATS */ } #if MEMP_OVERFLOW_CHECK